speedy6 Posted October 16, 2007 Posted October 16, 2007 How can I scan in a predifined dir all the files. And get on each file the complete path... Thanks
randallc Posted October 16, 2007 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
speedy6 Posted October 16, 2007 Author Posted October 16, 2007 Hi,Look at the link to _FileListToArray in my signature; links to a zip with examples..Best, randallThx
speedy6 Posted October 17, 2007 Author 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);
randallc Posted October 17, 2007 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
speedy6 Posted October 17, 2007 Author 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...
randallc Posted October 17, 2007 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
speedy6 Posted October 17, 2007 Author 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);
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