Jump to content

Recursevly Dir


speedy6
 Share

Recommended Posts

How can I scan in a predifined dir all the files. And get on each file the complete path...

Thanks

When I try to filter on xml, and xsl

He filter on xml, but xsl-files are not inclusive... ?

$files = _FileListToArray3($patchmsn2,'xml;xsl',1,1);

Link to comment
Share on other sites

When I try to filter on xml, and xsl

He filter on xml, but xsl-files are not inclusive... ?

$files = _FileListToArray3($patchmsn2,'xml;xsl',1,1);

Hi,

Did you try pipes as in example script? '*.xml|*.xms'?

Best, Randall

Link to comment
Share on other sites

hi,

Sorry, the link is to wrong post; use post#1 in that thread; "_FileListToArrayNew2h.zip"

Best, randall [i'll fix link later..]

Thx but still xsl files are not included...

$files = _FileListToArray3($patchmsn2,'*.xml|*.xms',1,1);

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...