company logo

File :: currentDirectory - Current work directory

The property contains the path to the current work directory.

Return value:  File path ( odaba::String & )

Implementation overview

Implementation details

  1. Get current directory path
    const odaba::String File  :: currentDirectory (  )

    The property returns the current directory path,

  2. to list
  3. 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
  4. to list