File Exists Action
Description
Checks whether a file exists.
Parameters
File Path | The file we want to check the existence of. |
Exists |
A Bool variable which will be set to true if the file exists, else false. |
Exists Event |
This event is triggered if the file exists. |
Does Not Exist Event |
This event is triggered if the file does not exist. |
Error Handling |
[Optional] Events triggered when an error occurs. |
Override Default Settings |
[Optional] The settings we want to use to override the default settings. |