Return the configured Zoneinfo root directory path.

Synopsis

Declared in <baltzo_datafileloader.h>

bsl::string const&
rootPath() const;

Description

Return the root of the directory hierarchy from which this loader will attempt to load Zoneinfo binary data files. The behavior is undefined unless either configureRootPath has been called or configureRootPathIfValid has been called successfully.

Return Value

the configured Zoneinfo root directory path

Created with MrDocs