[#BloombergLP-bdls-PathUtil-hasLeaf] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdls.adoc[bdls]::xref:BloombergLP/bdls/PathUtil.adoc[PathUtil]::hasLeaf :relfileprefix: ../../../ :mrdocs: Return `true` if the specified `path` has a filename following the root, and `false` otherwise. If the optionally specified `rootEnd` offset is non‐negative, it is taken as the position in `path` of the character following the root. See []and Performance). See also for the definition of root. == Synopsis Declared in `<bdls_pathutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static bool hasLeaf( std::string_view const& path, int rootEnd = ‐1); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#