I've got a save dialog box which pops up when i press a button. However i dont want to save a file at that point, i want to take the name and place it in the text box next to the button, for the name to be used later.
Can anybody tell me how to obtain the file path from the save dialog box to use it later?
Addressing the textbox...
Try below code.
Here is a sample code I just wrote very fast... instead of Console.Write you can simply store the path in a variable and use it later.