Constants

backslash

Supported By

Example

put "C:" & backslash & "Windows" & backslash & "System32" into thePath

Description

A one-length string consisting of a single ASCII backslash character (\). This is used as the file path separator on Windows systems.

Note

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.