|
-
Jul 20th, 2010, 01:45 PM
#1
Thread Starter
Junior Member
replacing file names w/o database
Hi.
I have about 7,000 files (with temporary file names) that I need to replace with specific file names.
I figure I can match up the temp file names with the needed file names in
access. I'm not sure where to go from there.
I do not have to use a database if there is another way of going about it
but I do not think there is.
Can anyone help me with learning to create a program to replace massive
amounts of file names to unqiue IDs/names?
-
Jul 20th, 2010, 02:38 PM
#2
Re: replacing file names w/o database
Hey,
Can you give a concrete example of the change that you need to make?
Access is a database, so I am not sure where the requirement for no database is coming from.
There are a number of classes within the System.IO namespace that will help you with looping through all the files in a directory, and renaming a file. If you explain exactly what it is that you want to do, then I am sure that we can help you out.
Gary
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
|