[#BloombergLP-baltzo-DataFileLoader-loadTimeZoneFilePath-05] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/baltzo.adoc[baltzo]::xref:BloombergLP/baltzo/DataFileLoader.adoc[DataFileLoader]::loadTimeZoneFilePath :relfileprefix: ../../../ :mrdocs: Load the Zoneinfo file path for `timeZoneId` into `result`. == Synopsis Declared in `<baltzo_datafileloader.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int loadTimeZoneFilePath( std::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. On error, `result` is left in a valid, but unspecified state. The behavior is undefined unless either `configureRootPath` or `configureRootPathIfValid` has been called successfully. Note that this operation does not verify `result` refers to a valid file on the file system, or whether the file (if it exists) contains valid Zoneinfo data. == Return Value 0 on success, and a non‐zero value otherwise == Parameters [cols="1,4"] |=== | Name| Description | *result* | receives the file‐system path to the Zoneinfo data file | *timeZoneId* | identifier of the time zone whose file path is loaded |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#