speedy6 0 Posted October 16, 2007 How can I scan in a predifined dir all the files. And get on each file the complete path... Thanks Share this post Link to post Share on other sites
randallc 0 Posted October 16, 2007 How can I scan in a predifined dir all the files. And get on each file the complete path...ThanksHi,Look at the link to _FileListToArray in my signature; links to a zip with examples..Best, randall ExcelCOM... AccessCom.. Word2... FileListToArrayNew...SearchMiner... Regexps...SQL...Explorer...Array2D.. _GUIListView...array problem...APITailRW Share this post Link to post Share on other sites
speedy6 0 Posted October 16, 2007 Hi,Look at the link to _FileListToArray in my signature; links to a zip with examples..Best, randallThx Share this post Link to post Share on other sites
speedy6 0 Posted October 17, 2007 How can I scan in a predifined dir all the files. And get on each file the complete path...ThanksWhen I try to filter on xml, and xslHe filter on xml, but xsl-files are not inclusive... ? $files = _FileListToArray3($patchmsn2,'xml;xsl',1,1); Share this post Link to post Share on other sites
randallc 0 Posted October 17, 2007 When I try to filter on xml, and xslHe 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 ExcelCOM... AccessCom.. Word2... FileListToArrayNew...SearchMiner... Regexps...SQL...Explorer...Array2D.. _GUIListView...array problem...APITailRW Share this post Link to post Share on other sites
speedy6 0 Posted October 17, 2007 Hi,Did you try pipes as in example script? '*.xml|*.xms'?Best, RandallYes even with $files = _FileListToArray3($patchmsn2,'*.xml|*.xms',1,1); it doen't work... Share this post Link to post Share on other sites
randallc 0 Posted October 17, 2007 hi, Sorry, the link is to wrong post; use post#1 in that thread; "_FileListToArrayNew2h.zip" Best, randall [i'll fix link later..] ExcelCOM... AccessCom.. Word2... FileListToArrayNew...SearchMiner... Regexps...SQL...Explorer...Array2D.. _GUIListView...array problem...APITailRW Share this post Link to post Share on other sites
speedy6 0 Posted October 17, 2007 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); Share this post Link to post Share on other sites