escapeWindowsArgument

Quotes a command-line argument in a manner conforming to the behavior of CommandLineToArgvW.

@trusted pure nothrow
string
escapeWindowsArgument
(
scope const(char)[] arg
)

Meta