You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

This action allows you to check for the existence of a specific file or folder.

You can choose to fail the action if the file or folder exists, or if the file or folder is missing, or not to fail at all. You can also choose a variable to set. Its value will be set to "True" if the file or folder exists, or "False" otherwise.

When using the Do not fail option, you should specify a variable to hold the result of the file check.

Examples of usage:

A critical file must be present:

The build will immediately abort if the required file is missing.

The user should be warned if any files are present in a directory.

The build will skip the sub-node if the file is not present, but will keep running.

Complex logic involving the presence of a file:

3.Specify the name of a variable which will indicate the presence of the file.

4.In a later "If...Then" step, use the name of the variable.

"True" indicates that the file exists. "False" indicates that the file does not exist.

  • No labels