|
-
Jul 26th, 2005, 11:37 AM
#1
Re: Folder and file processing
Thanks - that gets me the copy and then I can use KILL to delete the original...
How do I find out what the next *.JPG file in a folder is - if I only know the folder name and not the actual .JPG name?
-
Jul 26th, 2005, 11:39 AM
#2
Re: Folder and file processing
ok - found a DIR() function - me thinks that could be the final answer...
-
Jul 26th, 2005, 11:40 AM
#3
Re: Folder and file processing
I found it a minute before you did...
-
Jul 26th, 2005, 11:44 AM
#4
Re: Folder and file processing
Hack - thanks
But more important then how to do it is the fact that this method is used by others - I would hate to do something that was frowned upon...
-
Jul 26th, 2005, 11:49 AM
#5
Re: Folder and file processing
 Originally Posted by szlamany
Hack - thanks
But more important then how to do it is the fact that this method is used by others - I would hate to do something that was frowned upon...
What do you mean by "this method"?
-
Jul 26th, 2005, 11:53 AM
#6
Re: Folder and file processing
 Originally Posted by Hack
What do you mean by "this method"?
DIR() and FILECOPY() - until now I had only used FSO for file processing like this - and that required extra components on install.
I don't know what's tried-and-true in the VB/PC world - I'm a mainframe programmer from the 1980's...
-
Jul 26th, 2005, 11:54 AM
#7
Re: Folder and file processing
Dir and FileCopy are built in functions, and have been used since the dawn of VB Time. Long before there was an FSO, there was a Dir() and a FileCopy().
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
|