hey guys,

im using a fileListBox to get the names of files that exists in a folder....
the screw up is that i dont want it to show the extention...

for example....
Run to you.mp3
Crawling.mp3

i only want to show...
Run to you
Crawling

any ideas....???
i dont want to ue the replace string function on the list on the FileListBox....

i want ot directly get the names in the box without the extensions