manipulation of folder windows enviroment

  • Thread starter Thread starter tim
  • Start date Start date
T

tim

All,
I am not sure if this is the correct place to post this
question and if there is a more applicatible group, please
inform me. Anyhow heres the question:
I am currently working on a project were one of the
requirements is to seek out a set of 3 similarily named
files and collaspe then into one folder for evalualtion of
the data that is within the files. The 3 files with a
common name as CN for example are as follows:
CN.xls
CN1.pdf
CN2.pdf
These 3 file would be placed into a single folder titled
CN. I know there must be a way to automate this process,
but how? I do not have much experience working with file
manipulation to date and all my VB experience is in coding
VBA for access and that is why I am posting here.
Thank you
Tim
 
Are you guarenteed they will all be in the same folder? Do you provide this
folder to the program? What are the constraints and circumstances behind the
action? Is it in the context of other actions? It's hard to suggest a
solution without knowing how you get into this operation and how you need to
leave it. Let me know a little bit more about it and I'll see if I can help.
 
Back
Top