aliaspath(
PATH
)

The aliaspath( function returns the path an alias points to (or an error if the specified file isn’t an alias).


Parameters

This function has one parameter:

path – is a path to an alias file, including the file (or folder) name (see Files and Folders for more information about file paths).


Description

This function returns the path an alias points to (or an error if the specified file isn’t an alias).

aliaspath("~/Documents/myaliasfile") ☞ /users/bob/Documents/some file.txt"

See Also


History

VersionStatusNotes
10.2NewNew in this version.