Skip to main content

Tree

Lists files and directories in the given directory.

Common Properties

  • Name - The custom name of the node.
  • Color - The custom color of the node.
  • Delay Before (sec) - Waits in seconds before executing 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

  • Directory Path - The path of the directory.

Output

  • Files - List of files.

Options

  • Only Directories - Only directories will be listed.
  • Created After - Only files after this creating date.
  • Modified After - Only files modified after this date.