Skip to main content

Directory Exists

Checks whether a certain directory exists on an FTP server. 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 directory exists.
    • Type: System.String
    • Required

Output

  • Exists: A boolean variable that states whether the indicated directory was found or not.
    • Type: System.Boolean