[#BloombergLP-bdls-PathUtil-getBasename-0f1] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdls.adoc[bdls]::xref:BloombergLP/bdls/PathUtil.adoc[PathUtil]::getBasename :relfileprefix: ../../../ :mrdocs: Load the leaf (basename) element of a path. == Synopsis Declared in `<bdls_pathutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int getBasename( std::pmr::string* leaf, std::string_view const& path, int rootEnd = ‐1); ---- == Description Same as the overload taking `bsl::string *`. == Return Value 0 on success, and a non‐zero value otherwise == Parameters [cols="1,4"] |=== | Name| Description | *leaf* | receives the leaf element 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]#