FileName.path

Return path portion of str. returned string is newly allocated Path does not include trailing path separator.

  1. const(char)* path(const(char)* str)
  2. const(char)[] path(const(char)[] str)
    struct FileName
    nothrow extern (D) static
    const(char)[]
    path
    (
    const(char)[] str
    )

Meta