quote:
Originally posted by alexp2_ad
You actually WANT a double \\ for some reason?
...
code:
Messenger.ReceiveFileDir
Returns something like: c:\my documents\my recieved files, right?
This is stored in a string.
Before I can use it with
code:
Shell.Run
I need to change it into: c:\\my documents\\my recieved files.
How do I do that?