speedy6 Posted July 26, 2008 Posted July 26, 2008 I already asked this at an older topic put there wasn't a reply on so I try again... With this statement CODE$files = _FileListToArray3("c:\",'*.png;*.Gif;*.Jpg;*.Png;*.tif;*.jpeg',1,1,1,"Recycle;Windows;backup;MSOCache;Program Files;Temporary Internet Files;Mijn gespreksgeschiedenis;Framework;xampp") it works for the extentions... but not for the exclusion... Recycle, Windows and more... But I can't find what is wrong. Must it be : Recycle;Windows or Recycle|Windows or what ??? Thanks
d3mon Posted July 26, 2008 Posted July 26, 2008 (edited) speedy6 said: I already asked this at an older topic put there wasn't a reply on so I try again...With this statementCODE$files = _FileListToArray3("c:\",'*.png;*.Gif;*.Jpg;*.Png;*.tif;*.jpeg',1,1,1,"Recycle;Windows;backup;MSOCache;Program Files;Temporary Internet Files;Mijn gespreksgeschiedenis;Framework;xampp")it works for the extentions... but not for the exclusion... Recycle, Windows and more...But I can't find what is wrong.Must it be :Recycle;Windows orRecycle|Windows or what ??? ThanksFolders extensions are .* so try Recycle.;Windows.;.... Edited July 26, 2008 by d3mon No-life of autoit...what could be better ?LAST SCRIPTS WITH AUTO-IT : CLICK HERE
speedy6 Posted July 26, 2008 Author Posted July 26, 2008 d3mon said: Folders extensions are .* so try Recycle.;Windows.;....I tried this:$files = _FileListToArray3("c:\",'*.png;*.Gif;*.Jpg;*.Png;*.tif;*.jpeg',1,1,1,"Recycle.*;Windows.*")and this$files = _FileListToArray3("c:\",'*.png;*.Gif;*.Jpg;*.Png;*.tif;*.jpeg',1,1,1,"Recycle.;Windows.")but no result, those folders are also included!... other sugestions?
weaponx Posted July 26, 2008 Posted July 26, 2008 Why don't you message the guy that wrote it?http://www.autoitscript.com/forum/index.php?showuser=5411
speedy6 Posted July 26, 2008 Author Posted July 26, 2008 Have done that. Will post the sollution here when I have it.
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