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