Re: get free disk space in win32
- Posted by jimcbrown (admin) Dec 21, 2009
- 1121 views
LarryMiller said...
The disk_metrics() function in EU4 uses the GetDiskFreeSpaceA() API function and this also returns currect results, at least on the NT platform. You do have to make the calculations yourself based on the values returned.
Or call the disk_size() function.