%DskFreeI function


Function
The function returns the free space in kilobytes on the specified disk.
The result is an integer value.
Declaration
INT %DskFreeI(
   TEXT in DiskName
 )
Parameters
DiskNameDisk name.
Example
%DskFreeI("C:\")
Note
The function allows entering a UNC disk path (\\computer\c$).
Napíšte komentár