I'm creating a CD database program, and I want users to enter a title for their CD's. Then I will create a directory for that title with the same name as the title.

But directories cannot contain the characters :/\ etc. So how do I strip a title from these characters as well as any spaces?

Thanks for any help!