I'm having trouble using SHFileOperation to move files between two directories. The problem occurs when the source folder contains a subfolder that is not found in the destination folder. I would like the application to create the subfolder in the destination folder without confirmation from the...
Can anyone tell what is wrong with the following:
strCurrentPath = "Sellers/Test/"
Response.Write Replace(strCurrentPath, "/", "\")
The results are not what I expected...
Sellers/Test/
Does the slash character have any special meaning? TIA
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.