Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Visual Basic 6 File Rename
Name: brian Date: May 16, 2003 at 06:54:45 Pacific OS: Windows 2K CPU/Ram: Intel/512
Comment:
Would it be fairly easy to write a program to batch reanme a set of files. I need to rename several files to include the name of the path in it. For example if I have a file c:\directory1\directory2\file.doc I need it to be c:\Allfiles\directoryonedirectory2file.doc. Is there a program already written for this even?
I'm not sure if you already know the exact filenames or if your doing a search, directory dump file listing, etc... But anyhow there is a simple VisualBasic command for renaming files...
command: Name oldfile AS newfile This works if they are in same directory
Another method also works if the directories are not the same...
Summary: Hey guys, I am using Visual Basic 6.00 and wanted to know something about patching.Well i am a software developer(games) and we have to constantly update our manuals and game boot files.Well ...
Summary: Hey, I'm not completely sure were to post this. A while back I purchased a copy of Visual Basic 6.0 (not sure were from) really cheap. I tested it for the first time yesterday. I made a menu (Doesn't...
Summary: Hi everyone. Need your help. I Am creating a Windows application in Visual basic 6 that writes data into SQL database. My login Form that firstly show when running the app is frmLogin. I have Got a c...