Using the Get file / directory info script action, specific info regarding
a file or directory can be retrieved (e.g. to check whether a file or
directory exists or not) and used in subsequent script actions.
|
Property Name |
Description |
Typical setting |
Remarks |
|
Target file/directory |
The name of the target file or directory. |
Can be specified using the full UNC path (recommended)
or local path (local to the UMRA service or UMRA console application) |
Output only property |
|
File/dir exists flag |
When specified, the output variable value
is set to TRUE if the file or directory exists. |
|
Output only property |
|
Is directory flag |
When specified, the output variable value
is set to TRUE if the target path identifies a directory. |
|
Output only property |
|
Attributes |
When specified, the output variable is set
equal to the attribute mask of the file or directory. |
|
Output only property |
|
Creation time |
When specified, the output variable is set
to the creation time of the file or directory. |
|
Output only property |
|
Last access time |
When specified, the output variable is set
to the last access time of the file or directory. |
|
Output only property |
|
Last write time |
When specified, the output variable is set
to the last write time of the file or directory. |
|
Output only property |
|
Size |
When specified, the output variable is set
to the size of the file in bytes |
|
Output only property. Meaningless value in
case of directories. |
|
Error if not found |
Set this property to "Yes" if this
action should produce an error in case the file or directory does not
exist. |
Default value is "No" |
Output only property |