Re: Could this be faster?
- Posted by Juergen Luethje <j.lue at gmx.de> Dec 15, 2005
- 571 views
C Bouzy wrote: > Pete, > > I added lower() to the following: > }}} <eucode> > if find(get_file_ext(lower(longname)),{"aac","mp4", "mp3","mp2", "mp1", "ogg", > "wav"}) then > </eucode> {{{ > > Without the lower() some files will be skipped do to the fact the file > extension is not the same case. If Pete's procedure wd() should be suited for general use, that code shouldn't be inside the procedure anyway ...Regards, Juergen