[#BloombergLP-bdls-PathUtil-getRoot-04] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdls.adoc[bdls]::xref:BloombergLP/bdls/PathUtil.adoc[PathUtil]::getRoot :relfileprefix: ../../../ :mrdocs: Load into the specified 'root' the value of the root part of the specified 'path'. If the optionally specified 'rootEnd' offset is non‐negative, it is taken as the position in 'path' of the character following the root. Return 0 on success, and a non‐zero value otherwise; in particular, return a nonzero value if 'path' is relative. Note that the meaning of the root part is platform‐dependent. See []and Performance). See also for the definition of root. == Synopses Declared in `<bdls_pathutil.h>` Load into the specified 'root' the value of the root part of the specified 'path'. If the optionally specified 'rootEnd' offset is non‐negative, it is taken as the position in 'path' of the character following the root. Return 0 on success, and a non‐zero value otherwise; in particular, return a nonzero value if 'path' is relative. Note that the meaning of the root part is platform‐dependent. See []and Performance). See also for the definition of root. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int xref:BloombergLP/bdls/PathUtil/getRoot-0a.adoc[getRoot]( xref:bsl/string.adoc[bsl::string]* root, std::string_view const& path, int rootEnd = ‐1); ---- [.small]#xref:BloombergLP/bdls/PathUtil/getRoot-0a.adoc[_» more..._]# [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int xref:BloombergLP/bdls/PathUtil/getRoot-073.adoc[getRoot]( std::pmr::string* root, std::string_view const& path, int rootEnd = ‐1); ---- [.small]#xref:BloombergLP/bdls/PathUtil/getRoot-073.adoc[_» more..._]# [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int xref:BloombergLP/bdls/PathUtil/getRoot-07e.adoc[getRoot]( std::string* root, std::string_view const& path, int rootEnd = ‐1); ---- [.small]#xref:BloombergLP/bdls/PathUtil/getRoot-07e.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#