GetDiskFreeSpaceEX API Problem
-
hi, I need to get the actual amount of free space available on the hard disc. I am using GetDiskFreeSpaceEX API to get the amount of free space. The problem is that the amount of free space returned is different at different times. Can any one tell me the reason why the value is different? Also, Is there any other API which is much more reliable than GetdiskFreeSpaceEx? Thank u in advance , regards, nisha
-
hi, I need to get the actual amount of free space available on the hard disc. I am using GetDiskFreeSpaceEX API to get the amount of free space. The problem is that the amount of free space returned is different at different times. Can any one tell me the reason why the value is different? Also, Is there any other API which is much more reliable than GetdiskFreeSpaceEx? Thank u in advance , regards, nisha
I think, it is due to OverFlow. Check once. Using FindFirstFile and FindNextFile methods. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/fileio/fs/findfirstfile.asp The above link may help u. Chetan. Helping others satisfies you...
-
hi, I need to get the actual amount of free space available on the hard disc. I am using GetDiskFreeSpaceEX API to get the amount of free space. The problem is that the amount of free space returned is different at different times. Can any one tell me the reason why the value is different? Also, Is there any other API which is much more reliable than GetdiskFreeSpaceEx? Thank u in advance , regards, nisha