Arterie Posted October 11, 2007 Posted October 11, 2007 Is there a command like _Folderinstall just like _FileInstall but with a whole folder?
Pascal257 Posted October 11, 2007 Posted October 11, 2007 Nope, you have to include every file itself.
Tasmania Posted October 11, 2007 Posted October 11, 2007 It shouldn't be that hard to do... just add the files through a while loop...
Moderators SmOke_N Posted October 11, 2007 Moderators Posted October 11, 2007 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.
Pascal257 Posted October 11, 2007 Posted October 11, 2007 @Tasmania: A While-Loop would be hard because the path in FileInstall has to be a string not a variable. @Smoke_N: Cool workaround
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