Description:
When setting the SelectedPath property to an existing folder path, the dialog opens not in the specified folder but in its parent directory. This violates expected behavior and requires extra user actions.
Example:
SelectedPath = "C:\Projects\MyFolder"
Actually dialog opens in "C:\Projects" with "MyFolder" selected but not inside it.
Expected behavior:
Dialog should open directly inside the specified folder.
Version: Ookii.Dialogs.WinForms 4.0.0