put "C:" & backslash & "Windows" & backslash & "System32" into thePath
A one-length string
consisting of a single ASCII backslash character (\). This is used as the file path separator on Windows systems.
In XION, you can also use the escape sequence \\
to indicate a backslash in a quoted literal. In HyperTalk, all backslashes are literal, as escape sequences are not supported.