[#BloombergLP-baltzo-DataFileLoader-configureRootPathIfPlausible] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/baltzo.adoc[baltzo]::xref:BloombergLP/baltzo/DataFileLoader.adoc[DataFileLoader]::configureRootPathIfPlausible :relfileprefix: ../../../ :mrdocs: Set, to the specified `path`, the root of the file‐system directory hierarchy from which this loader will read Zoneinfo binary time‐zone information files. Return 0 on success, and a non‐zero value (without no effect) if `path` is not a directory that appears to contain valid Zoneinfo data, as determined by calling `isPlausibleZoneinfoRootPath` on `path`. == Synopsis Declared in `<baltzo_datafileloader.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int configureRootPathIfPlausible(char const* path); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#