Home - RAD C++ GUI Lib 1.2.2 Documentation
Published on March 09, 2007 [03:04:02 PM]



Browse class : System

Property : drives     ( Read Only )


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