Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Progress Bar

Status
Not open for further replies.

devinci

MIS
Feb 15, 2002
46
CA
This is the code that I have to copy a folder and all it contents. I want to be able to show the progress of the copying action on a progress bar.

Thank you for your help...

SourceDir = App.path & "\" & "Files\*"
TargetDir = gstrPath & "\" & "Files\"
blnFound = CreatePath(TargetDir)

fsoFileSystem.CopyFolder SourceDir, TargetDir
fsoFileSystem.CopyFile SourceDir, TargetDir
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top