list of artists? I dont think thats possible altho a list of mp3 files is possible. I saw a tutorial somewhere. You'll probably have to use the file object along with the list object.
DaVince This fool just HAD to have a custom rating
Registered 04/09/2004
Points 7998
28th December, 2007 at 08:04:07 -
Loop through all elements in the list, checking if the last three characters are "mp3". If they are, keep them in the list, else remove them from the list.
I'm not sure, but I think the list object also had the possibility of showing only files of certain types, by saying "X:\Folder\*.mp3". Not sure.
(Also, Windows directories use a backslash, not a normal slash. )