escapePath

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

void
escapePath
(,
const(char)* fname
)

Parameters

buf OutBuffer*

Buffer to write the escaped path to

fname const(char)*

Path to escape

Suggestion Box / Bug Report