Jump to content

Question about _FileListToArray3


Recommended Posts

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

Link to comment
Share on other sites

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

Folders extensions are .* so try Recycle.;Windows.;....

Edited by d3mon
No-life of autoit...what could be better ?LAST SCRIPTS WITH AUTO-IT : CLICK HERE
Link to comment
Share on other sites

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?

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...