Determines whether a directory exists on the server.
A workflow could use the Directory Exists activity before creating temporary files there with the Write File or Write File Bytes activity.
Path |
Required Type: String The path of the directory to verify on the server. |
exists |
Type: Boolean The result - indicates whether the directory exists on the server. |
For information about the ID, Display Name, and Description properties, see Properties Common to all Activities.
This activity does not work when the device has intermittent connectivity to the network.
See also...