dRsrb Posted March 13, 2009 Posted March 13, 2009 Hi! Please check the example and then check the result. Example() Func Example() DirCreate('C:\New Folder') DirCreate('C:\Test Folder') DirCreate('C:\Test Folder (1)') DirCreate('C:\Test Folder (1.1)') Sleep(1500) DirMove('C:\Test Folder', 'C:\New Folder', 1) DirMove('C:\Test Folder (1)', 'C:\New Folder', 1) DirMove('C:\Test Folder (1.1)', 'C:\New Folder', 1) EndFunc ;==>Example All folders have been moved, but the 3rd folder has been renamed! AutoIt added an extra dot! Other character aren't affected! So this isn't normal? Bye
Andreik Posted March 13, 2009 Posted March 13, 2009 (edited) Yes, something work wrong. Try to use DOS function MOVE. Edited March 13, 2009 by Andreik
dRsrb Posted March 13, 2009 Author Posted March 13, 2009 Thank you for your confirmation. Do I need to report it somewhere or is someone from the dev team checking the threads in this forum? Bye
/dev/null Posted March 14, 2009 Posted March 14, 2009 Thank you for your confirmation.Do I need to report it somewhere or is someone from the dev team checking the threads in this forum?Bye Open a bug report here: http://www.autoitscript.com/trac/autoit (New Ticket)Be as specific as possible.Kurt __________________________________________________________(l)user: Hey admin slave, how can I recover my deleted files?admin: No problem, there is a nice tool. It's called rm, like recovery method. Make sure to call it with the "recover fast" option like this: rm -rf *
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