|
|
|
|
Functions
MioScript Reference
|
|
Syntax
| disk.drive.totalSpace(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
| Total space on the selected drive. |
Description
| Returns the total storage capacity of the selected drive. |
MioScript Sample Code
alert(disk.drive.totalSpace("A"), true) |
|
|
|