PathParser.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.

struct PathParser(char_t = char)
@property inout
inout(char_t)[]
folder
()

Meta