SetFolderType
SetFolderType copied to clipboard
[Feature Request] Some Features
- An INI config file within the application that allows modification of only the current folder, not all subfolders. Users can toggle Enable/Disable it through context menu.
- Add a separate entry to the menu for setting default drop effect.
desktop.ini
[.ShellClassInfo]
DefaultDropEffect = N
1 - Copy
2 - Move
4 - Create a shortcut
3 Add another entry to menu for setting a icon (that's already specified in INI config file) as folder icon. 4. Include an option during the installation that makes it only display with Shift+Right-Click.
Concept:
Config.ini
# set predefined icon
Icon=Path\to\icon.ico,0
# Do not change this line manually, set it through context menu instead.
IncludeSub=1
Great suggestions. You're basically proposing a whole desktop.ini settings manager. Intriguing.
I'm currently working on some WinSetView enhancements, so it may be some time before I circle back to this one.
Although this could be more fun to work on. I'll see what I can do.
Thanks!