I am using saveFileDialog1 and are trying to recognice what path that was selected when "Save" the file. I have begun some code below but are not sure what and if
I will write something after saveFileDialog1-> ?
//Get The Path that was selected when saving the file
String^ GetSelectedPath;
GetSelectedPath = saveFileDialog1-> ?
MessageBox::Show(GetSelectedPath);