G
gitcypher
Here's what I have
set f = CreateObject("Scripting.FileSystemObject").OpenTextFile(...)
I need to replace every "/" with a "\".
Is there a quick way to do this without a loop
set f = CreateObject("Scripting.FileSystemObject").OpenTextFile(...)
I need to replace every "/" with a "\".
Is there a quick way to do this without a loop