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.

@trusted pure nothrow
immutable(C)[]
buildNormalizedPathFixed
(
C
)
(
const(C[])[] paths...
)
if (
isSomeChar!C
)

Meta