Hi,
I am trying to copy the subfolders from one folder to another.
This is working fine when my subfolders are less in number.
When i am trying to copy a huge number(say 500 subfolders), the next line of the program after completion of copying is not executed, instead my program has completely exited.

<code>FSO.CopyFolder Source:=FromPath, Destination:=ToPath</code>

This is the code which i am using for copying the sub folders from one location to another,
Please some one help me, its urgent..
What should be taken care while copying huge number of subfolders from one location to another.

Thanks in Advance,
Gayathri.k