Return the drive ID based on a drive letter.
Source position: diskh.inc line 25
function GetDriveIDFromLetter( |
const ADrive: RawByteString |
):Byte; |
const ADrive: UnicodeString |
):Byte; |
GetDriveIDFromLetter returns the drive ID based on a drive letter. The drive ID can then be used in the DiskSize and DiskFree calls.
|
Return the total amount of diskspace. |
|
|
Return the amount of free diskspace. |