[#BloombergLP-bdls-PathUtil-getDirname-0b] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdls.adoc[bdls]::xref:BloombergLP/bdls/PathUtil.adoc[PathUtil]::getDirname :relfileprefix: ../../../ :mrdocs: Load the directory part of a path. == Synopses Declared in `<bdls_pathutil.h>` Load the directory part of a path. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int xref:BloombergLP/bdls/PathUtil/getDirname-0e.adoc[getDirname]( xref:bsl/string.adoc[bsl::string]* dirname, std::string_view const& path, int rootEnd = ‐1); ---- [.small]#xref:BloombergLP/bdls/PathUtil/getDirname-0e.adoc[_» more..._]# Load the directory part of a path. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int xref:BloombergLP/bdls/PathUtil/getDirname-0f.adoc[getDirname]( std::pmr::string* dirname, std::string_view const& path, int rootEnd = ‐1); ---- [.small]#xref:BloombergLP/bdls/PathUtil/getDirname-0f.adoc[_» more..._]# Load the directory part of a path. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int xref:BloombergLP/bdls/PathUtil/getDirname-01.adoc[getDirname]( std::string* dirname, std::string_view const& path, int rootEnd = ‐1); ---- [.small]#xref:BloombergLP/bdls/PathUtil/getDirname-01.adoc[_» more..._]# == Return Value 0 on success, and a non‐zero value otherwise == Parameters [cols="1,4"] |=== | Name| Description | *dirname* | receives the directory part of `path` | *path* | filesystem path to examine | *rootEnd* | if non‐negative, position in `path` of the character following the root |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#