Hi @Alec Pointer ,
FileDialog.InitialDirectory Property set the default directory.
FileDialog.RestoreDirectory Property set whether to save the last opened directory.
openFileDialog1.InitialDirectory = "c:\"
openFileDialog1.RestoreDirectory = True
Best Regards.
Jiachen Li
----------
If the answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.