English
Appearance
Returns the given path as a path in POSIX format (usually used by Linux). For example, a Windows path will be converted to / instead of \\.
/
\\
filePath::string
string
toPosixFilePath('C:\\Windows\\System32'); // 'C:/Windows/System32'