normalizePathSeparators

fnstring normalizePathSeparators(string path) @safe pure

Normalize path separators to forward slash.

Archives always use '/' as the path separator internally, regardless of the host platform.

Parameters

pathThe path to normalize.

Returns

The path with all backslashes replaced by forward slashes.