Registriert seit: 29. Mai 2002
37.621 Beiträge
Delphi 2006 Professional
|
Re: Disk ID herausfinden
26. Aug 2004, 01:16
Hilfe lesen bildet:
Zitat:
Returns the number of free bytes on a specified drive.
Unit
SysUtils
Category
file management routines
function DiskFree(Drive: Byte): Int64;
Description
DiskFree returns the number of free bytes on the specified drive, where 0 = Current, 1 = A, 2 = B, and so on.
DiskFree returns -1 if the drive number is invalid.
Michael Ein Teil meines Codes würde euch verunsichern.
|
|
Zitat
|