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



Browse class : System

Property : currentFolder     ( Read & Write )


Description

property that retrieves and sets current working directory.
Remarks

e.g.

//getting current folder
String currDir = System.curentFolder;

//setting current folder to root of C drive
System.curentFolder = "C:\\";




Visit www.radcpp.com for more help and updates. Documentation created using FlaX.Doc