Update File Timestamp
Alters the timestamp of a specified file, or, creates a new file if the specified file does not currently exist.
Workflow inputs – Update File Timestamp
Call Workflow Input | Description | Required? | Default Value |
connection details | XML document conforming to the ConnectionDetails common object that contains the information required to execute a command. | Yes | n/a |
file | The file to alter. | Yes | n/a |
no create | Skip file creation if file specified does not exist?
Valid values: true, false | No |
|
timestamp to change | Defines the timestamps to be modified.
Valid values: MODIFICATION AND ACCESS, MODIFICATION, ACCESS | No | MODIFICATION AND ACCESS |
Workflow outputs – Update File Timestamp
Call Workflow Output | Description |
output | XML document consisting of one or more <line> elements that contain the command response. Each <line> element contains an index attribute indicating the order in which the information was returned by the command. |
success | Did the operation succeed?
Valid values: true, false |