Expand tilde in a.
assert(FilePath("~").expandTilde); assert(DirPath("~").expandTilde);
See Implementation
Expand tilde in a.