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
Name |
Description |
c |
The null‐terminated string to append. |
Created with MrDocs