asAbsNormPath

Convert a string to the "real path" by converting to an absolute, normalized path. TODO: optimize This function is very inefficient. It creates a lot of GC garbage.

@safe @trusted
string
asAbsNormPath
(
string path
)

Meta