bBox_FileStatus( filePath {; parameter} )

Parameters:
   filepath: POSIX file or directory path
   parameter: stat command parameters (defaults to -x)
   result: file size, type, POSIX permissions, and access information as given by the command stat.

Result:
   file size, type, POSIX permissions, and access information as given by the stat command

Error:
   bBox_LastError ("posix")

Script Step:
   bBox File Status [POSIX Path; Parameter ]

––––––––––

First appeared in: 0.3

Examples in demo file: 1

Compatibility:   Client, macOS, Server, Ubuntu, WebDirect, WPE

––––––––––

See man stat in Terminal for all possible options.

The file path is a literal value; do not escape characters or enclose in quotes.

––––––––––
bBox Functions
bBox Wiki