An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
Viorel1, your suspicions were correct.
If I manually navigate to the directory via File Explorer prior to running the program, the OpenFileDialog behaves as I intended.
Reviewing the other properties and methods of OpenFileDialog, nothing pops as being the solution. Reset and RestoreDirectory seemed like candidates but their description seems to indicate otherwise.
If I use folderBrowserDialog1.SelectedPath, I at least get to the directory and can navigate from there.
Best Regards,
Lance