Tagged Questions

7
votes
3answers
2k views

Delphi - How to get list of USB removable hard drives and memory sticks?

In my application (Delphi), I need to list all the USB storage devices. These can be either flash memory sticks or external storage drives. There is a Jvcl component JvDriveCombo, and it has the ...
0
votes
3answers
52 views

How disk space is allocated for an edited file

Assume I save a text file in the HDD disk storage(assume the disk storage is new and so defragmented) and the file name is A with a file size of say 10MB I presume, the file A occupies some space in ...