normalizePathSeparators
fn
string normalizePathSeparators(string path) @safe pureNormalize path separators to forward slash.
Archives always use '/' as the path separator internally, regardless of the host platform.
Parameters
path | The path to normalize. |
Returns
The path with all backslashes replaced by forward slashes.