Skip to main content

Wait File

Checks if file at given path is exist or not.

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

  • Path - The path of the file/directory that will be checked whether exist or not.

Options

  • Condition- Two conditions can be specified.
    • To Exist: Waits till file/folder show up.
    • Until Deleted: Waits till file/folder is deleted.
  • Timeout- Time that shows how long it will be checked based on condition.