Append a filename to the end of a path.
Synopses
Declared in <bdls_pathutil.h>
Append a filename to the end of a path.
static
void
appendRaw(
bsl::string* path,
char const* filename,
int length = ‐1,
int rootEnd = ‐1);
Append a filename to the end of a path.
static
void
appendRaw(
std::pmr::string* path,
char const* filename,
int length = ‐1,
int rootEnd = ‐1);
Append a filename to the end of a path.
static
void
appendRaw(
std::string* path,
char const* filename,
int length = ‐1,
int rootEnd = ‐1);
Parameters
Name |
Description |
path |
path to which |
filename |
null‐terminated filename to append |
length |
maximum number of characters of |
rootEnd |
if non‐negative, position in |
Created with MrDocs