Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-13 | validators: T4798: replace python file-exists validator with file-path | John Estabrook | |
2020-05-06 | validator: T2417: try to make the code clearer | Thomas Mangin | |
2019-08-07 | Validator: add file-exists as replacement to Vyatta check_file_in_config_dir | Christian Poessinger | |
Verify if a file exists or not on the system. Can be called by: <constraint> <validator name="file-exists" argument="--directory /config/auth"/> </constraint> The --directory option is used to ensure a given file path lies under this (mandatory) directory. A directory can be mandatory when the optional argument -e, --error is used. This will return '1' instead of '0'. |