put directory 12 into steve
put directory 12 of steve into bill
put the fifth directory into steve
put the fifth directory of steve into bill
put directory "steve" into bill
put directory "andy" of steve into bill
name
, path
, modificationDate
, count
The directory
data type represents a folder or directory in the file system. A directory
may contain folder
s and file
s.
If no parent disk
, volume
, folder
, or directory
is specified, the current directory is used as the parent.
To use directory
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.