escapePath

Takes a path, and escapes '(', ')' and backslashes

nothrow
void
escapePath
(,
const(char)* fname
)

Parameters

buf OutBuffer*

Buffer to write the escaped path to

fname const(char)*

Path to escape

Meta