enter image description herei want to save to save a selected file in a specific folder. For that, i used a normal FileDialog. Additional, the main aim is that the opened file which will be open with this FileDialog, must be saved automatically in the chosen folder. But i get a System.IO.Exception which says that the directory name is invalid.
Can you help me to find out where is the problem ? I guess that there is a problem with my code statement.. Do you have any ideas or other suggestions for writing such a code ? The code