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]
# 1 Re: Directory Copy
How to copy a whole directory and its subdirectory and files to a new path? ( http://www.dev-archive.com/forum/showthread.php?t=290374)this sould be added to the FAQ .. If any:rolleyes:
hspc at 2007-11-9 1:49:37 >
# 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
swamivishal1 at 2007-11-9 1:50:37 >
# 3 Re: Directory Copy
Thanks a lot!!!!!
Sorantis at 2007-11-9 1:51:39 >