tools.ExistsFile
If path
exists and is a file, send it on the yes
output, otherwise, send it on the no
.
Inputs
- path {string}: path of the file we want to know if it exists.
Outputs
- yes {string}: path of the file if it exists.
- no{string}: path of the file if it does not exist.