Is there a way to copy a folder with all it's content to a new location?
Is there a way to copy a folder with all it's content to a new location?
I can't seem to find a function to do this anywhere. A little help?
You might be able to use the pipe object to do a
XCopy C:\folder1\*.* C:\folder2\*.* /E
This works in a command prompt and the /E copies the empty directories as well. Without it the empty ones are not copied.
Later
K
Sphax File-Folder Object should do the job using the browsing loop actions. Of course, I couldn't build a working test-app. It seems too hard for me.
I asked for a demo several times, but got no response.
If anybody would build a simple demo, it would be very nice.
Regards Peter
Nevermind, did it using Sphax File-Folder Object.
great, but how?