AESend Finder Open (Macintosh)

Sends the Apple event instructing the Finder on a machine to open applications or documents.

full pathname of document is the location of the folder that contains the files for the Finder to open. This string must end in a colon (:).
file names is an array containing the names of the files in the folder described by Full path of folder containing files. The Finder opens these files.
Zone containing Finder is the AppleTalk zone where the target Finder resides. If empty, this VI assumes that the zone is the same as that of the host Macintosh.
Server containing Finder is the name of the Macintosh where the target Finder resides. If empty, this VI assumes that the server is the host computer Finder.
send options indicates whether the target application can interact with the user and the length of the Apple event timeout. Many of the VIs that send an Apple event have a send options input.
Want reply determines whether the target application waits asynchronously for a response from the application until the VI receives a response or until a timeout occurs (TRUE), or sends the AppleEvent and does not wait for a reply (FALSE). The default is TRUE.
High priority determines whether the AppleEvent is added to the beginning of the target application event queue (TRUE) or the end (FALSE). The default is FALSE.
interaction mode indicates the level of user interaction of the target application.

0Never Interact—Do not interact with the user.
1Allow Interaction—(Default) Interact with the user only if the target application needs information.
2Always Interact—Interact with the user even if the target application does not need information.
Server may come to foreground determines whether the application appears in the foreground if it requires user interaction. The default is TRUE, which automatically switches the application to the foreground. If FALSE, the application icon flashes in the menu bar to notify the user.
Don't try to reconnect determines whether the system should try to reconnect if it is disconnected. The default is FALSE, which attempts to reconnect.
transaction ID is a number associated with a sequence of AppleEvents. If you need to send multiple AppleEvents related to a single transaction, use the same number throughout the transaction. The default is 0.
timeout ticks indicates how long in ticks (1/60 of a second) LabVIEW waits for a reply before timing out if want reply is TRUE. Use a value of 0 if you do not want a timeout. The default is 600 ticks, or 10 seconds.
error string describes error information.
error, if negative, indicates a Macintosh error. If positive, error indicates an error internal to the CIN that generated it. Refer to the Apple Event Error Codes for more information.