nonplayablecharacter Posted August 21, 2008 Posted August 21, 2008 (edited) is auto it able to get every folder name in a specific location such as C:\ Edited August 21, 2008 by nonplayablecharacter You can always count on me for the dumb questions ;)My Scripts:Rikku
JFee Posted August 21, 2008 Posted August 21, 2008 Look at _FileListToArray and have a while loop that checks to see if there are folders in it. The logic would look like: If there are folders in this directory....get the folder names Then have it recursively check all of the subfolders Regards,Josh
weaponx Posted August 21, 2008 Posted August 21, 2008 will DirRemove always remove a folder or will it somethime need admin rights? (i need answer for all operating systems pretty much)That is a stupid question. It will perform the delete using YOUR permissions on any Windows OS. AutoIt doesn't magically bypass system security.
nonplayablecharacter Posted August 21, 2008 Author Posted August 21, 2008 (edited) That is a stupid question. It will perform the delete using YOUR permissions on any Windows OS. AutoIt doesn't magically bypass system security.well...sry only reason i asked was because when i choose to delete with delete button it asks permisson but when i used DirRemove the directory was just deleted, no permisson needed Edited August 21, 2008 by nonplayablecharacter You can always count on me for the dumb questions ;)My Scripts:Rikku
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