Skip to content

Opening folders with shellexecute-on-windows feature doesn't respect to 'expand to open folder' setting #103

@Legend-Master

Description

@Legend-Master

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions