StreamReader fr = new StreamReader("D:\\test\\" + item);
This is what i want to do. Item is a String with the filename. The hole string is like that
"D:\\test\\01-Marriotts Island.mp3"
befor he tries to generate the StreamReader. whats wrong with the path?