Return true if ‐datadir option points to a valid directory or is not specified.
Synopsis
Declared in <common/args.h>
bool
CheckDataDirOption(ArgsManager const& args);
Return Value
true if the ‐datadir path is valid or was not given.
Parameters
Name |
Description |
args |
Parsed arguments and settings. |
Created with MrDocs