|
-
Jul 26th, 2005, 11:25 AM
#1
Folder and file processing
I've never done any folder or file processing from VB - I'm kind of a database only person...
I need to find the next .JPG file in some folder - it has lots of .JPG files, named like 0001.JPG, 0002.JPG and so on. I have the folder name in a string variable.
After I do some processing in the VB side, I am going to want to copy this .JPG file to a sub-folder in the original folder (\ARCHIVE) and then also copy it to another sub-folder (\PROCESSED) - but in this sub-folder, it will be renamed as well. After these two successful copies I want to delete the original file.
Any hints would be greatly appreciated. I've only ever used FSO for stuff like this and do not want to have to include another .DLL in my setup at this point!
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
|