| Published on March 09, 2007 [03:04:02 PM] |
Browse class : System|
Description Though this readonly property entire lsit of available disk drives can be accessed. This proeprty returns an array of type StringList containing each element as drive letter. See property System.driveTypes to determine drive type. |
Remarks #include Form form1("System Drives"); rad_main() StringList drives = System.drives; //num of drives - int num = drives.length; form1.msgBox( drives.implode("\r\n") ); rad_end() |
| Visit www.radcpp.com for more help and updates. | Documentation created using FlaX.Doc |