Check for an existing directory (returns error message if check fails)
| 198 | |
| 199 | /// Check for an existing directory (returns error message if check fails) |
| 200 | class ExistingDirectoryValidator : public Validator { |
| 201 | public: |
| 202 | ExistingDirectoryValidator(); |
| 203 | }; |
| 204 | |
| 205 | /// Check for an existing path |
| 206 | class ExistingPathValidator : public Validator { |
nothing calls this directly
no outgoing calls
no test coverage detected