Below is my code
SW = File.CreateText("D:\\PNB\\" + System.DateTime.Now.Date.ToString("ddMMyyyy") + "_" + bn + ".txt");
Here the file is create in d:/Pnb which is hard coded
But i want to save it where the user want it to
Can any one Help me for the same