Path.toRawString

Convert to string, wstring or dstring, depending on the type of Path. Does NOT do any escaping, even if path contains spaces.

struct Path(C = char)
immutable(C)[]
toRawString
()
if (
is(C == char)
)

Meta