![]() |
KiXtart 2001 Manual |
GetDiskSpace( )
Action: | Returns
the number of kilobytes (KB) available to the current user on a specific
drive. |
Syntax: | GETDISKSPACE
("drive") |
Parameters: |
Drive
|
Remarks: |
On
Windows 95 OSR1 and earlier versions, the function can only return correct
values for volumes that are smaller than 2 gigabytes in size. On Windows
NT and Windows 95 OSR2 and later versions, the function always returns
correct values, regardless of the size of the volume. |
Returns: |
A
number representing the number of kilobytes (KB) available to the current
user on the drive specified. |
Examples: |
$Result
= GetDiskSpace( "C:\" ) |