|
-
Feb 17th, 2010, 04:52 AM
#1
Thread Starter
Junior Member
Copy 500 folder from one folder to another creates problem
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|