Return true if rootPath appears to contain valid Zoneinfo data.
Synopsis
Declared in <baltzo_datafileloader.h>
bool
isRootPathPlausible() const;
Description
Return true if the directory returned by the rootPath method exists and appears to contain valid Zoneinfo time‐zone information files, as determined by calling isPlausibleZoneinfoRootPath on the value returned by the rootPath method.
Return Value
true if rootPath appears to contain valid Zoneinfo data
Created with MrDocs