Skip to content

"Inspect Resource" Operation

olitank edited this page Nov 25, 2025 · 1 revision

This operation allows you to obtain detailed information about a file or directory.

Settings

path

Path to the file/directory.

(Operation Result)

absolutePath

Absolute path to the file/directory.

executable

Indicates whether the file is executable or if the directory's contents can be listed.

existing

Indicates whether the file/directory exists (if its existence can be determined).

fileStoreName

Corresponds to the name of the storage (volume, etc.) on which the file/directory resides.

hidden

Indicates whether the file/directory is hidden.

lastModificationTimestamp

Corresponds to the date and time the file/directory was last modified.

name

Corresponds to the local name (without parent directories) of the file/directory.

owner

Indicates the name of the file/directory's owner.

readable

Indicates whether the file can be opened for reading (unsupported directories).

resourceKind

Corresponds to the type of the target resource (file or directory).

symbolicLink

Indicates whether the file/directory is a symbolic link to another file/directory.

writable

Indicates whether the file can be opened for writing (unsupported directories).

Clone this wiki locally