ffdshow Posted September 21, 2007 Posted September 21, 2007 (edited) Hi! Is possible to copy a file and then rename that copy? For example: D:\Option.txt to C:\Option1.txt Edited September 21, 2007 by ffdshow
evilertoaster Posted September 21, 2007 Posted September 21, 2007 FileCopy ("D:\Option.txt","C:\Option1.txt")
Tiger Posted September 21, 2007 Posted September 21, 2007 use this FileMove("D:\Option.txt", "C:\Option1.txt") My UDFs:- _RegEnumKey
Nahuel Posted September 21, 2007 Posted September 21, 2007 use thisFileMove("D:\Option.txt", "C:\Option1.txt")He wants to just copy it. This would move it and rename it. So evilertoaster answer is what he wants, me thinks.
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