|
|
|
|
Functions
MioScript Reference
|
|
Syntax
Parameters
None.
Return value
| Array containing the list of available drive letters. |
Description
| Returns an array containing the list of available drive letters |
MioScript Sample Code
&drives[] = disk.drive.list()
for(&ptr, 0, var.array.count(drives))
alert(&drives[&ptr]" = "disk.drive.label(&drives[&ptr]))
for.next |
|
|
|