You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've always wanted to be able to change aspect of how windows explorer works, and as a C# developer this library seems to make that a lot more accessible. Something I'd really see made more straight forward is adding browsing of archive-like files to windows explorer, so that external applications aren't needed (for example .7z, or .iso files without neeing to mount them).
I see you have IShellFolder, which I understand is the basis for doing this, but my knowledge beyond that is non-existent.
I've always wanted to be able to change aspect of how windows explorer works, and as a C# developer this library seems to make that a lot more accessible. Something I'd really see made more straight forward is adding browsing of archive-like files to windows explorer, so that external applications aren't needed (for example .7z, or .iso files without neeing to mount them).
I see you have
IShellFolder
, which I understand is the basis for doing this, but my knowledge beyond that is non-existent.I found someone asking how to do it 10 years ago, which links to a 3 code project tutorials which might make more sense to someone who already understands COM: https://stackoverflow.com/questions/12552188/using-custom-file-formats-as-windows-explorer-file-systems
It might be that something like this is already on the backlog, but I couldnt' find it in the feature-request issues, so apologies if that's the case.
I'm also curious if it's possible to add custom colums for sorting and searching, but that might be an entirely different thing.
Thanks!
The text was updated successfully, but these errors were encountered: