Function buildNormalizedPathFixed
Like buildNormalizedPath, but if the result is the current directory,
this returns "." instead of "". However, if all the inputs are "", or there
are no inputs, this still returns "" just like buildNormalizedPath.
Prototype
string buildNormalizedPathFixed( string[] paths ) pure nothrow @trusted;
Authors
Nick Sabalausky
Copyright
Copyright (C) 2014-2015 Nick Sabalausky
License
zlib/libpng