[#BloombergLP-bdls-PathUtil-k_SEPARATOR] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdls.adoc[bdls]::xref:BloombergLP/bdls/PathUtil.adoc[PathUtil]::k_SEPARATOR :relfileprefix: ../../../ :mrdocs: Character used as the preferred path separator on this platform. == Synopsis Declared in `<bdls_pathutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- 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. [.small]#Created with https://www.mrdocs.com[MrDocs]#