Need a GetClusterSize function
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
I need a GetClusterSize function so that I can work out how much space a file will occupy on a particular disk. The WIN32 function GetDiskFreeSpace should do this but doesn't work for large disks. The replacement, GetDiskFreeSpaceEx, doesn't have this capability. So what do I do? Target is any WIN32, VC++ 6, MFC.