%DskFreeI function


Function
The function returns the free space in kilobytes on the specified disk.
Result is an integer value.
Declaration


INT %DskFreeI(
   TEXT in DiskName
 )
Parameters


DiskNameDisk name.
Example


%DskFreeI("C:\")
Note
The function allows to enter an UNC disk paths (\\computer\c$).