File Exists
Check whether a certain file exists in the specified FTP directory. This activity only works if it is placed inside a With FTP Session scope activity.
Input
- Remote Path: The path of the FTP directory in which to check whether the indicated file exists.
- Type:
System.String - Required
- Type:
Output
- Exists: A boolean variable that states whether the indicated file was found or not.
- Type:
System.Boolean
- Type: