VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



FileCopy thru Looping

by Fred Ostrofsky (1 Submission)
Category: Files/File Controls/Input/Output
Compatability: Visual Basic 3.0
Difficulty: Advanced
Date Added: Wed 3rd February 2021
Rating: (4 Votes)

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.
Code 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

Upload

Download this snippet    Add to My Saved Code

FileCopy thru Looping Comments

No comments have been posted about FileCopy thru Looping. Why not be the first to post a comment about FileCopy thru Looping.

Post your comment

Subject:
Message:
0/1000 characters