[#BloombergLP-baltzo-DataFileLoader-loadTimeZoneFilePath-08] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/baltzo.adoc[baltzo]::xref:BloombergLP/baltzo/DataFileLoader.adoc[DataFileLoader]::loadTimeZoneFilePath :relfileprefix: ../../../ :mrdocs: Load the time‐zone data file path into `result`. == Synopsis Declared in `<baltzo_datafileloader.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int loadTimeZoneFilePath( xref:bsl/string.adoc[bsl::string]* result, char const* timeZoneId) const; ---- == Description Load into the specified `result` the file‐system path to the Zoneinfo binary data file corresponding to the specified `timeZoneId` relative to the configured `rootPath`. Return 0 on success, and a non‐zero value otherwise. [.small]#Created with https://www.mrdocs.com[MrDocs]#