ffdshow 0 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 Share this post Link to post Share on other sites
evilertoaster 3 Posted September 21, 2007 FileCopy ("D:\Option.txt","C:\Option1.txt") Share this post Link to post Share on other sites
Tiger 0 Posted September 21, 2007 use this FileMove("D:\Option.txt", "C:\Option1.txt") My UDFs:- _RegEnumKey Share this post Link to post Share on other sites
Nahuel 1 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. Share this post Link to post Share on other sites