windowsFilePath
-
function
-
new in 1.43
-
The windowsFilePath function takes any file path string or list as a parameter and returns that file path as a string in the standard format for Windows file systems, with backslashes as the separator between path components.
-
Examples: +
put the windowsFilePath of "/tmp/FF/colorChart.pdf" —> \tmp\FF\colorChart.pdf
-
Related: filePath, pathList, resolvedFilePath