_Kurt Posted October 30, 2006 Posted October 30, 2006 Hey Guys, I realize that you can't (FileMove/FileInstall) a normal folder with or without file's inside. I was wondering if there were a UDF or some other way to move or install the whole folder. Thanks, Kurt Awaiting Diablo III..
Moderators SmOke_N Posted October 30, 2006 Moderators Posted October 30, 2006 http://www.autoitscript.com/forum/index.ph...c=34805&hl= Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
_Kurt Posted October 30, 2006 Author Posted October 30, 2006 I understand all that but.. I was just wondering if you could copy a folder (not everything in the folder, the folder itself) i.e. I have a folder C:\examplefolder and inside is C:\examplefolder\examplepic.gif and what I want to do is move or install examplefolder to C:\Program Files\AutoIt3\ and after, in AutoIt3, there would be examplefolder\examplepic.gif Sorry for long explanation, Kurt Awaiting Diablo III..
AceLoc Posted October 30, 2006 Posted October 30, 2006 I understand all thatYou didnt understand that. Here you go; DirMove("C:\examplefolder", "C:\program files\autoit3", 1) [quote name='AceLoc']I gots new sunglasses there cool.[/quote]
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