AppleScript Tutorial Wiki
Advertisement
Open for Access
Title Open for Access
Released
Dictionary Standard Additions
Suite File Read/Write
Parameters 1

Open for Access is a Command in the File Read/Write Suite of the Standard Additions Dictionary.

Parameters[]

open for accessv : Open a disk file for the read and write commands

open for access file : the file or alias to open for access. If the file does not exist, a new file is created.
  • [write permission boolean] : whether to allow writing to the file.
→ integer : a file reference number; use for ‘read’, ‘write’, and ‘close access’


SEE ALSO
Close Access, Read, Write.

Advertisement