DirName

No guarantee regarding the path. May be absolute, relative, contain a '~'. The user of this type must do all the safety checks to ensure that the datacontained in valid.

  1. struct Path
  2. struct DirName
    @safe
    struct DirName {
    Path payload;
    }
  3. struct FileName

Alias This

payload

Meta