alan lim Posted May 15, 2004 Posted May 15, 2004 Hi all, How do I change a file name ? Example aaa.exe to bbb.exe Thanks
Josbe Posted May 15, 2004 Posted May 15, 2004 See that AUTOIT > AutoIt docs / Beta folder - AutoIt latest beta
alan lim Posted May 15, 2004 Author Posted May 15, 2004 Thanks for your repied. I don't want to move the file. I want to keep the file. Something like copy command but it will rename the original file name.
scriptkitty Posted May 15, 2004 Posted May 15, 2004 think of it like moving the filename only. AutoIt3, the MACGYVER Pocket Knife for computers.
dkwokgs Posted May 17, 2004 Posted May 17, 2004 (edited) Yes, It works the way as linux "mv" to rename a file. FileCopy("c:\temp\123.doc","c:\temp\456.doc",1) ---> to keep existing file and copy to another destination but rename the file Edited May 17, 2004 by dkwokgs
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now