toWinPath

Normalize path by turning forward slashes into backslashes

const(char)*
toWinPath
(
const(char)* src
)

Parameters

src const(char)*

Source path, using unix-style ('/') path separators

Return Value

Type: const(char)*

A newly-allocated string with '/' turned into backslashes

Suggestion Box / Bug Report