Character used as the preferred path separator on this platform.

Synopsis

Declared in <bdls_pathutil.h>

static
char const k_SEPARATOR;

Description

Use of this constant is strongly discouraged, as platforms like Windows may support multiple separators in different contexts; prefer functions to join and split path strings instead.

Created with MrDocs