mustExist property

bool mustExist
final

If supplied, must this Directory property actually exist on disk?

If the value is true and the directory 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;