Re: Directory info?
- Posted by just_me Sep 23, 2008
- 1080 views
ne1uno said...
GetDiskFreeSpace has a problem with disks bigger than 2gig, I modified your program to use GetDiskFreeSpaceEx
not really tested that well and output needs work to divide by 1024 or 1000 to get Gig's or Megs
True but I think that GetDiskFreeSpaceEx does not work for Win9* so GetDiskFreeSpace wuld be a better option.
Also, GetDiskFreeSpace provides useful information (sectors, clusters) that ...Ex does not.
JG