alias
| Syntax |
alias (path)
|
| Params |
path is a valid file path reference.
|
| Action |
Coerces a file path to an alias type value.
|
| Returns |
The alias value corresponding to the file at path.
|
| Examples |
alias ("System:System Folder:Finder") » "System:System Folder:Finder"
|
| Notes |
The alias verb is useful when communicating with an application that expects an alias value as a parameter. The Frontier verb file.newAlias creates an alias file, a special Macintosh file type that contains an alias to another file (or to a folder or volume). This verb, on the other hand, creates an alias data structure that can be used by a receiving application in an IAC situation.
|
| See Also |
file.newAlias
|