I'm reading lines of a file that may contain forward slashes (unix directories). How can I read them in and convert the forward slashes to back slashes so I can use them in a windows directory structure?
thanks.
convert forward slash to back slash
Moderators: JRL, Dorian (MJT support)
Use ReadLn to read in each line. Use VBScript's Replace function to replace all occurences of forward slash with back slash (or whichever).
MJT Net Support
[email protected]
[email protected]