escapePath

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

void
escapePath
(,
const(char)* fname
)

Parameters

buf
Type: OutBuffer*

Buffer to write the escaped path to

fname
Type: const(char)*

Path to escape

Meta