FilePath.folder

Return the file path.

Paths may start and end with a "/". The root path is "/" and an unspecified path is returned as an empty string. Directory paths may be split such that the directory name is placed into the 'name' member; directory paths are treated no differently than file paths.

  1. cstring folder()
    class FilePath
    final
    cstring
    folder
    ()
  2. FilePath folder(cstring other)

Meta