[#BloombergLP-bdls-PathUtil-appendRaw-082] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdls.adoc[bdls]::xref:BloombergLP/bdls/PathUtil.adoc[PathUtil]::appendRaw :relfileprefix: ../../../ :mrdocs: Append a filename to the end of a path. == Synopsis Declared in `<bdls_pathutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static void appendRaw( std::pmr::string* path, char const* filename, int length = ‐1, int rootEnd = ‐1); ---- == Description Same as the overload taking `bsl::string *`. == Parameters [cols="1,4"] |=== | Name| Description | *path* | path to which `filename` is appended | *filename* | null‐terminated filename to append | *length* | maximum number of characters of `filename` to append; if negative, append the entire string | *rootEnd* | if non‐negative, position in `path` of the character following the root |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#