To get the free space size on a drive larger than 2.1 GB you should use the GetDiskFreeSpaceEx() function from Kernel32.dll. Although Delphi 3+ has the function implemention in the Windows unit I have decided to include it’s Delphi port.
!!Note: This function has been introduced in Windows 95 OSR 2 (95b), so you won’t find [...]
How to Get Free Space Size on Disks Larger than 2.1GB
No Comments »
Merlin’s Delphi Forge