Expand tilde in a. TODO: remove @trusted when scope inference is works.
assert(FilePath("~").expandTilde); assert(DirPath("~").expandTilde);
See Implementation
Expand tilde in a. TODO: remove @trusted when scope inference is works.