Moo_FolderExists ( sFolder );
This functions lets you check the existance of a file.Parameters
Name | Type | Required | Default | Description |
sFolder | String | Yes | The input folder to be checked. |
Return Value
Returns either a boolean value of true or false, or an error code.
Errors
Error Code | Description |
Moo_FolderExists|Err_1 | Invalid number of arguments. |
Moo_FolderExists|Err_2 | Invalid source folder input. |
Related Functions