"File /r NAME" won't compile with empty directory
I have a folder that will at times have files in it at compilation time, and at other times will not have any files in it.

However, when there are no files, I cannot compile because File /r my_name gives an error in the script with the message "no files found."

Is there a way to leave the File /r in there and just have it not expect any files in there?


****
SOLUTION:

File /nonfatal /r
****