|
-
Jun 4th, 2010, 05:43 PM
#1
Thread Starter
Hyperactive Member
[RESOLVED] How to add a progressbar to a FileSystemObject process
I am, for the first time ever, using the FileSystemObject to handle the copying and moving of large folders (Outlook Express message folders in this case).
The aim is to write a program which "seamlessly" replaces an existing message store by a previous (older) one, and then when desired restores the existing folder.
So far my code is working, but because these can be large folders (1.5 gb) the process takes a while and I would like to be able to display a progressbar.
How please can a progressbar be added to a statement such as :
FSO.Copyfolder "C:\SourceFolderName", "C:\Tempfoldername"
to indicate the degree of progress, and to show the user that the copy action is in progress - not crashed?
camoore
Wales, UK
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
|