Forum Discussion
Peter_Verhas
18 years agoNew Contributor
Trying c:\\out.txt instead of c:/out.txt is a wrong track.
Windows inside uses the forward slash as path separator.
It is only the very upper layer (cmd.exe) that insists on using
backslash. When used programmatically it is better to use
c:/out.txt
Windows inside uses the forward slash as path separator.
It is only the very upper layer (cmd.exe) that insists on using
backslash. When used programmatically it is better to use
c:/out.txt