I use OpenFileDialogso the user can select the file.
However, I also want the user to be able to enter a file name in the field that contains the file name and create this file if it does not exist ....
Right now, if I type the file name and click on the "Open" button, it says that the file does not exist ...
Is it possible to do this with OpenFileDialog? thank
source
share