|
|
|
|
Functions
MioScript Reference
|
|
Syntax
| disk.drive.freeSpace(DriveLetter, inMb) |
Parameters
| CHAR | DriveLetter | Letter of the drive (A, B, C...)
| | BOOL | inMb | Result in mega-bytes if true, in kilo-bytes if false. |
Return value
| Free space on the selected drive. |
Description
| Returns the space available on the selected drive. |
MioScript Sample Code
alert(disk.drive.freeSpace("A"), true) |
|
|
|