Path.raw

Returns the underlying string. Does NOT do any escaping, even if path contains spaces.

  1. string raw()
    struct Path
    const pure @safe nothrow
    string
    raw
    ()
  2. alias toRawString = raw

Meta