fs::path::append

Append a C string literal without inserting a directory separator.

Synopsis

Declared in <util/fs.h>

path&
append(char const* c);

Return Value

A reference to this object.

Parameters

NameDescription
cThe null-terminated string to append.