put file 12 into steve
put file 12 of steve into bill
put the fifth file into steve
put the fifth file of steve into bill
put file "steve" into bill
put file "andy" of steve into bill
name
, path
, modificationDate
, size
The file
data type represents a file in the file system. A file
may contain fork
s.
If no parent disk
, volume
, folder
, or directory
is specified, the current directory is used as the parent.
To use file
s, OpenXION's security settings must allow the FILE_SYSTEM_READ
security key. If the required security key is denied, a script error will be triggered.