Path.toString

Convert to string, quoting or escaping spaces if necessary.

struct Path(C = char)
string
toString
()
if (
is(C == char)
)

Meta