File :: currentDirectory - Current work directory
The property contains the path to the current work directory.
Return value: File path ( odaba::String & )
Implementation overview
- Get current directory path
File :: currentDirectory (  ) - Change current directory path
File :: currentDirectory ( sPath )
Implementation details
-
Get current directory path
const odaba::String File  :: currentDirectory (  )
The property returns the current directory path,
to list
-
Change current directory path
const odaba::String File  :: currentDirectory ( odaba::String &sPath )
In order to change the current directory path, the setter function may be called.
- sPath - File path
to list