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. inout(char)[] folder [@property getter]
    class FilePath
    @property final inout
    inout(char)[]
    folder
    ()
  2. const(char)[] folder [@property setter]

Meta