What I tried, I used OpenFileDialog to open my source file, then i put it in a string "myFileToSave"
Then I tried to use
SaveFileDialog to save that source file to a new destination, but I don t know in which propertyof mySaveFileDialogI should the fhe file that I want to save or its path
Thanks for your help.