company logo

File :: path - File path

The property contains the file path, which is either a complete or a relative path (relative to the current directory).

Return value:  Name ( odaba::String & )

Implementation overview

Implementation details

  1. Get file path
    const odaba::String File  :: path (  )

    The function returns the file path.

  2. to list
  3. Change file path
    const odaba::String File  :: path ( odaba::String &sFilePath )

    The function allows setting the file path. When setting the file path for an open file, the file will be closed. In order to check, whether opening the file has succeeded, isOpen() may be called.

    • sFilePath - Complete file path
  4. to list