[#BloombergLP-bdls-PathUtil-popLeaf-085] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdls.adoc[bdls]::xref:BloombergLP/bdls/PathUtil.adoc[PathUtil]::popLeaf :relfileprefix: ../../../ :mrdocs: Remove from the specified `path` the rightmost filename following the root; that is, remove the leaf element. 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 nonzero value otherwise; in particular, return a nonzero value if `path` does not have a leaf. See []and Performance). See also for the definition of leaf and root. == Synopsis Declared in `<bdls_pathutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int popLeaf( xref:bsl/string.adoc[bsl::string]* path, int rootEnd = ‐1); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#