I am having trouble with the file name returns from the file dialog box.
I need to change only the file name but not its path.
I want something like this...
string name_to_change="abc";
string filenameAtClient = this.saveFileDialog.FileName;
filenameAtClient=name_to_change;