makeSafePath
makeSafePath(windowsPathWithBakwardSlashes)
Returns a file path with forward slashes only (replaces backslashes by forward slashes).
Example
fwdSlash = ide.makeSafePath("C:\\dev\\path\\file.txt")
makeSafePath(windowsPathWithBakwardSlashes)
Returns a file path with forward slashes only (replaces backslashes by forward slashes).
Example
fwdSlash = ide.makeSafePath("C:\\dev\\path\\file.txt")