Return true if path appears to be a Zoneinfo root directory.
Synopsis
Declared in <baltzo_datafileloader.h>
static
bool
isPlausibleZoneinfoRootPath(char const* path);
Description
Return true if there currently exists a directory at the specified file‐system path that appears to contain Zoneinfo time‐zone information files. This method verifies (at a minimum) that path is a valid directory, and contains files for a subset of common time‐zone identifiers, but does not guarantee path is currently (or will remain) a correctly configured Zoneinfo database containing a complete set of time‐zone data.
Return Value
true if path appears to be a Zoneinfo root directory
Parameters
Name |
Description |
path |
file‐system path to test as a Zoneinfo root |
Created with MrDocs