Hey guys... I'm back with anotherish question...

Lets say I have this in a directory:

music.mp3
music 1.mp3
music 2.mp3
music 3.mp3

Since it is sorted like this is there a way to read the first file and put it into a string. then split the string...

"music.mp3"

into "music" and ".mp3"

This way I can add the " 1", " 2", " 3" to the string to delete those files.

===========

So I want it to read only the first file.
delete all files with the " 1", " 2", " 3", ect... added on
then pause...
read the next file in the directory .... And start over until all the files in the directory have been read...

Thanks for all future help, (tg and tassa... )

-Bigal