mustExist property
If supplied, must this File property actually exist on disk?
If the value is true and the file does not exist, then the user will
be told there is an error, will be shown the help screen and if
SmartArgApp.exitOnFailure is set to true, the application will exit
with the error code 1.
Implementation
final bool mustExist;