Check if File or Folder Exists
- Updated2023-02-17
- 2 minute(s) read
Check if File or Folder Exists
Checks whether a file or folder exists on disk.
Inputs/Outputs

file or folder
Path to the file or folder you want to look for.
An empty input path refers the list of drives mapped to the computer.

error in
Error conditions that occur before this node runs.
The node responds to this input according to standard error behavior.
Default value: No error

file or folder exists?
A Boolean value that indicates whether the file or folder you specify exists on disk.
| True | The file or folder exists on disk. An empty path returns True because it refers to the list of drives mapped to the computer. |
| False | The file or folder does not exist on disk. |

error out
Error information.
The node produces this output according to standard error behavior.