Directory Copy
Hi all!
Can you tell me how can I copy folder from one place to another?
The Directory class doesn not provide this tool...
[131 byte] By [
Sorantis] at [2007-11-19 10:51:44]

# 2 Re: Directory Copy
Create the directory with the same name at the detination place then itrate in the directory and copy all the files in the target directory.
at least i am doin the same thing in my application.
good luck