Article ID: 115815 - Last Review: November 17, 2003 - Revision: 2.1 How to Use the Backslash Character in AppleScript ScriptThis article was previously published under Q115815 SUMMARY
The backslash (\) character has a special meaning when it is part of a
string in an AppleScript script. The backslash is used to indicate the
start of an escape sequence. To use a backslash in an AppleScript string,
use two backslashes (\\).
MORE INFORMATION
For example, the following AppleScript script is meant to change the
default folder from the main FoxPro folder to the TUTORIAL subfolder.
REFERENCES
"AppleScript Language Reference," Developer Technical Publications, Apple
Computer, 1993
| Article Translations
|
Back to the top
