Append a C string literal component with a directory separator.

Synopsis

Declared in <util/fs.h>

path&
operator/=(char const* c);

Return Value

A reference to this object.

Parameters

Name

Description

c

The null‐terminated string component to append.

Created with MrDocs