Ensuring that win32 namespaces
has two leading slashes, so that the path is handled properly by the win32
version of path.parse() after being normalized.
Making sure a single forward slash is returned in cases like: "\", "/" in
spite of the above change.