04-03-2005 12:11 PM
04-03-2005 01:07 PM
04-03-2005 02:37 PM
04-03-2005 03:36 PM
01-13-2006 06:27 AM
@tst wrote:
Sure. Strip the path from c:\, like this.
You do not need to strip the path, just wire an empty path constant to it. Albeit not well documented, the List Directory function treats an empty path as the root of the file system and for Windows this is the container hosting all drives. It is supposed to be platform independant, so a good way to completely and recursively enumerate the entire filesystem.
Rolf Kalbermatter
01-13-2006 07:44 AM
Very nice Altenbach,
I would have stopped at the drive letters only. But I like the way you display the drive info. It may (probably will) be useful one day.
Thanks,
Ray
01-13-2006 08:37 AM
01-13-2006 11:23 AM - edited 01-13-2006 11:23 AM

Message Edited by altenbach on 01-13-2006 09:24 AM
01-13-2006 02:11 PM
01-13-2006 02:30 PM