Previous Topic: Output ParametersNext Topic: Input Parameters


Get File Attributes Operator

The Get File Attributes operator reads the attributes for a specified file and saves them as variables (such as FileExists, FileSize, IsFile, IsLink) in its operator dataset.

Get File Attributes Operator

To access an attribute in a CA Process Automation expression, use the following syntax:

Process.Operator_name.field_name

Process accesses the process dataset.

Operator_name specifies the operator dataset.

field_name specifies the attribute in the operator dataset.