VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

FileCopy thru Looping

Fred Ostrofsky  (1 Submission)   Files/File Controls/Input/Output   Visual Basic 3.0   Advanced   Wed 3rd February 2021

Are you a database programmer? Did you ever have to move a bunch of data files from your desktop tp the server or back? Well he is an app that can help you move lots of files with the same .ext while looping thru the subfolders of that directory to find them and copy them to the new location in the same subfolder name they came from. I used FileSystemObject for this action. Nobody's code did any looping thru SUBFOLDERS.

Inputs
The only inputs are the files the user selects.

Assumes
make sure you create the same controls(Dirlistboxes,driveboxes, etc.) as I have shown on the form.

Returns
Returns neatly placed files inside subfolders named the same as from where they came only inside a parent folder somewhere else.

Side Effects
Haven't had any yet. But please let me know if there are any.

Rate FileCopy thru Looping (4(4 Vote))
FileCopy thru Looping.bas

FileCopy thru Looping Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters