why doesn't this work?
what do I need to do to successfully search through an unknown # of mp3 filenames( I have over 10,000) and send each filename to my subroutine (as a string variable called fileName) to split it up (I have the code written to split it up for artist, album, so forth)?Code:dim filename as new file for each filename 'i send it to a subroutine to extract info next filename




Reply With Quote