file.followAlias
| Syntax |
file.followAlias (path)
|
| Params |
path is a legal path name to the alias file whose parent (or original) file you wish to identify.
|
| Action |
Identifies the parent file of the alias file defined in path.
|
| Returns |
A string containing the path of the parent, or the empty string if path isn't an alias.
|
| Examples |
file.followAlias ("System:System Folder:Startup Items:UserLand Frontier™ alias") » "System:Frontier 1.0:UserLand Frontier"
|
| Platform Notes |
This verb is only implemented in the Mac OS version of Frontier.
|
| Notes |
If path is an alias, but the parent file no longer exists, file.followAlias will return the empty string.
|
| See Also |
file.isAlias
|