escapeShellFileName

Escapes a filename to be used for shell redirection with spawnShell, pipeShell or executeShell.

@trusted pure nothrow
string
escapeShellFileName
(
scope const(char)[] fileName
)

Meta