Function: normalizePathSeparatorsToPosix()
function normalizePathSeparatorsToPosix(value: string): string;
Defined in: shared/utils/pathSeparators.ts:24
Converts Windows path separators (\) to POSIX separators (/).
Parametersโ
valueโ
string
Any string that may contain Windows path separators.
Returnsโ
string
The input string with all \ replaced by /.