XoloX 0 Posted September 22, 2007 I couldnt find any functions to rename files in the help file as well as Auto3Lib Program.Please Assist. Share this post Link to post Share on other sites
frostfel 0 Posted September 22, 2007 (edited) I couldnt find any functions to rename files in the help file as well as Auto3Lib Program.Please Assist.Yeah its kind of hard to find you use FileMove instead so:FileMove("C:\File.exe", "C:\File2.exe")Quote From AutoIt "Because AutoIt lacks a "FileRename" function, use FileMove to rename a file!" Edited September 22, 2007 by frostfel Share this post Link to post Share on other sites