Creates a unique description of a file using its pathname and location on the network. You can use this description with the AESend VI when sending an Apple event that refers to a file. Refer to AESend for more information. Details
![]() |
File's full pathname describes the file or folder. It includes any information about where the file or folder resides on the network. | ||||||
![]() |
Zone is the AppleTalk zone where the server machine resides. If Server name is empty, this parameter is unused. | ||||||
![]() |
Server name is the name of the machine where the file or folder resides. | ||||||
![]() |
alias kind describes the alias.
|
||||||
![]() |
Alias AESend descriptor is the AppleEvent descriptor string. | ||||||
![]() |
error describes any errors that occur. Refer to Error Codes for more information about these conditions. |
An alias is a data structure used by the Macintosh toolbox to describe file system objects (files, directories, and volumes). This data structure is not the same as the Finder alias file. A minimal alias contains a full pathname to the file and possibly the zone and server on which the file resides. A full alias contains more information, such as creation date, file type, and creator. (The complete description of the structure of an alias is confidential to Apple Computer.) Aliases are the most common way to specify a file system object as a parameter to an AppleEvent.