Skip to main content

File Exists

Checks if a file exists in the specified FTP path

Common Properties

  • Name - The custom name of the node.
  • Color - The custom color of the node.
  • Delay Before (sec) - Waits in seconds before executing the node.
  • Delay After (sec) - Waits in seconds after executing node.
  • Continue On Error - Automation will continue regardless of any error. The default value is false.
info

If ContinueOnError property is true, no error is caught when the project is executed even if Catch node is used.

Input

  • Session Id - The session id of the FTP connection. The ID is the output of the Connect node.
  • FTP File Path - The FTP file path to check if the file exists.

Output

  • Result - Returns true if file exists otherwise false.

This node checks if a file exists at the specified FTP path. It returns a boolean value to indicate if the file exists or not.