Re: Could this be faster?
- Posted by C Bouzy <eucoder at hotmail.com> Dec 15, 2005
- 564 views
Pete, I added lower() to the following:
if find(get_file_ext(lower(longname)),{"aac","mp4", "mp3","mp2", "mp1", "ogg", "wav"}) then
Without the lower() some files will be skipped do to the fact the file extension is not the same case. Chris ----If you continue to do what you have always done, you will get what you have always gotten.----