Path.raw

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

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

Meta