Converts the given path to the win32 form.
On Linux or MacOS, / will be replaced with \.
/
\
String toWin32Path(String pth) => pth.replaceAll('/', r'\');