filesystem object

The <filesystem object> inspectors provide handles for the various objects available in the file system.

Version Platforms
8.0.584.0 AIX, HP-UX, Mac, Red Hat, SUSE, Solaris, Windows
8.1.535.0 Debian, Ubuntu
9.5.13.130 Raspbian

Creation

application : filesystem object
application <string> : filesystem object
application of <folder> : filesystem object
find item <string> of <folder> : filesystem object
hfs item <string> : filesystem object
hfs relative item <string> of <folder> : filesystem object
item ending in <string> of <folder> : filesystem object
posix item <string> : filesystem object
posix relative item <string> of <folder> : filesystem object
relative item <string> of <folder> : filesystem object

Properties

accessed time of <filesystem object> : time
ancestor of <filesystem object> : folder
archive of <filesystem object> : boolean
backup time of <filesystem object> : time
binary location of <filesystem object> : binary_string
binary name of <filesystem object> : binary_string
binary pathname of <filesystem object> : binary_string
bundle version of <filesystem object> : version
change time of <filesystem object> : time
compressed of <filesystem object> : boolean
creation time of <filesystem object> : time
device file <filesystem object> : device file
drive of <filesystem object> : drive
group execute of <filesystem object> : boolean
group mask of <filesystem object> : integer
group name of <filesystem object> : string
group read of <filesystem object> : boolean
group write of <filesystem object> : boolean
has extended acl of <filesystem object> : boolean
hfs path of <filesystem object> : string
hidden of <filesystem object> : boolean
location of <filesystem object> : folder
location of <filesystem object> : string
mode of <filesystem object> : mode
modification time of <filesystem object> : time
normal of <filesystem object> : boolean
offline of <filesystem object> : boolean
other execute of <filesystem object> : boolean
other mask of <filesystem object> : integer
other read of <filesystem object> : boolean
other write of <filesystem object> : boolean
parent folder of <filesystem object> : folder
pathname of <filesystem object> : string
posix path of <filesystem object> : string
readonly of <filesystem object> : boolean
setgid of <filesystem object> : boolean
setuid of <filesystem object> : boolean
sibling file <binary_string> of <filesystem object> : file
sibling file <string> of <filesystem object> : file
sibling folder <string> of <filesystem object> : folder
socket file <filesystem object> : socket file
system of <filesystem object> : boolean
temporary of <filesystem object> : boolean
user execute of <filesystem object> : boolean
user mask of <filesystem object> : integer
user name of <filesystem object> : string
user read of <filesystem object> : boolean
user write of <filesystem object> : boolean
version of <filesystem object> : version

Casts

<filesystem object> as device file : device file
<filesystem object> as fifo file : fifo file
<filesystem object> as file : file
<filesystem object> as folder : folder
<filesystem object> as socket file : socket file
<filesystem object> as string : string

Operators