A small thing, after #98, when opening folders with the current implementation, the left panel of the file explorer will expand the folder to the current location, and I find it being quite annoying, the old implementation using open as operation (it's explorer now) doesn't have this problem
I found that using SHOpenFolderAndSelectItems like this SHOpenFolderAndSelectItems(folder, Some(&[folder]), 0) will open that folder without expanding the left panel, and I don't think this will cause the explorer to freeze, do you think we can make a change to use it instead?
I'm willing to contribute the code if you will