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
The Inspector for Mac systems recursively finds all applications (bundles) and executables under the /Applications directory, as well as all of those under the Applications directories of all local users of the machine.
This Inspector was replaced by another Inspector returning an application type. You find the currently supported Inspector in application : application.
Version | Platforms |
---|---|
8.0.584.0 | Mac |
Recursively finds executables in the supplied folder, returning a list of "application" objects, which are basically filesystem_objects.Example: applications of folder "/Users/fizzle/bin" - Returns a list of applications in the specified directory, such as /Users/fizzle/bin/p4, /Users/fizzle/bin/mylocaltool.
This Inspector was replaced by another Inspector returning an application type.
Version | Platforms |
---|---|
8.0.584.0 | Mac |
Returns the filesystem objects matching the item wildcard string of the given folder. Macintosh 'items' are analogous to files and folders on other systems. A wildcard string uses an asterisk to stand for any number of characters (incuding zero), and a question mark to stand for exactly one character. Thus A??.txt would match All.txt and AXE.txt but not all.txt or a.txt.
Version | Platforms |
---|---|
8.0.584.0 | Mac |
Returns a filesystem object with the specified item name. The Macintosh has two different path types it can output. HFS (Hierarchical File System) was an OS9 format where the path separator was ':' and there were multiple roots (each volume). POSIX has superseded HFS and is single rooted with '/' as a separator. All of the Macintosh inspectors that are not otherwise specified default to the POSIX version.
Version | Platforms |
---|---|
8.0.584.0 | Mac |
Returns a filesystem object with the given wildcard name from the specified folder, using HFS format. A wildcard string uses an asterisk to stand for any number of characters (incuding zero), and a question mark to stand for exactly one character. Thus A??.txt would match All.txt and AXE.txt but not all.txt or a.txt.
Version | Platforms |
---|---|
8.0.584.0 | Mac |
Returns a list of the items (file or folder) in the specified folder.Example: names of items of applications folder - Returns a list of applications, such as DS_Store, .localized, AddressBook.app, AppleScript, Calculator.app, Chess.app, DVD Player.app, etc....
Version | Platforms |
---|---|
8.0.584.0 | Mac |
This inspector returns the applications available to the Client. On Windows systems, this inspector returns all the application objects defined under the 'App Paths' key of the registry. On a Macintosh, it recursively finds all applications (bundles) and executables under the /Applications directory, as well as all of those under the Applications directories of all local users of the machine. It returns a <filesystem object>. This inspector is the same as application, and is included for compatibility with Windows.
Version | Platforms |
---|---|
8.0.584.0 | Mac |
Properties
Returns all ancestor folders (recursive parent folders) of the given filesystem object.
- Q: ancestors of file "/var/www/api/relevance/evaluate/bin/qna"
- A: /var/www/api/relevance/evaluate/bin
- A: /var/www/api/relevance/evaluate
- A: /var/www/api/relevance
- A: /var/www/api
- A: /var/www
- A: /var
- A: /
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 |
The date and time of creation of the specified file or folder. This corresponds to what is shown in the "Get Info" box.Example: creation time of file "System" of System Folder > time "3 jan 1998 00:00+0000" - Returns True
if the creation time of the system file is newer than the specified date.
Version | Platforms |
---|---|
8.0.584.0 | Mac, Windows |
Returns the date and time of latest modification of the file.
- Q: modification time of file "/etc/passwd"
- A: Fri, 14 Aug 2015 21:04:58 +0000
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 |
This returns the version information from "vers" resource 1 of the file. It is usually present in applications, and may exist in data files as well. It corresponds to what appears in the "Get Info" box for the specified filesystem object.
Version | Platforms |
---|---|
8.0.584.0 | Mac |