Perform Find File
Find a file and its location.
Workflow inputs – Perform Find File
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 name of the file to be located. | Yes | n/a |
directory | The name of the directory in which to begin the search. | No | / (Linux/Solaris)
c:/windows/system32 (Windows) |
recursive | Search directory contents recursively (including sub–directories)?
Valid values: true, false
| No | false |
Workflow outputs – Perform Find File
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 |