Hide Hidden/System Separation.
Posted: 2010-08-26, 19:15 UTC
There is a Windows procedure that Total Commander likewise follows, where you can change the Icon of a Folder by:
1) Change a Folder (or Junction) Attribute to System
2) Store a Desktop.ini inside that folder,
Desktop.ini:
I would like to see one of the following implemented if possible:
Likely too many "options" for the GUI options, so if implemented would likely wind up as a wincmd.ini option.
Current Way of handling Hidden/System would wind up with a value of: 63 (all flags: 1 + 2 + 4 + 8 + 16 +32)
Thanks.
1) Change a Folder (or Junction) Attribute to System
2) Store a Desktop.ini inside that folder,
Desktop.ini:
Except, if you uncheck Show Hidden/System files, then Folders with a changed icon are now hidden.IconFile=..\AUTOHOTKEY_08.ico
IconIndex=0
ConfirmFileOp=0
I would like to see one of the following implemented if possible:
- Change "Show Hidden/System" to "Hide Hidden/System"
The above settings would, Hide:Hide DIR: [x]
.... [x] Hidden, [ ] System ... [x] Hidden AND System
Hide File: [x]
.... [x] Hidden, [ ] System ... [x] Hidden AND System
Folders with attributes: [H], or [HS]
Files with attributes: [H], or [HS] - Leave "Show Hidden/System" as is, but separate the Tags:
Not as flexible, these settings would Hide:Show DIR: [x]
.... [ ] Hidden, [x] System
Show File: [ ]
.... [ ] Hidden, [ ] System
Folders with attributes: [H], or [HS]
Files with attributes: [H], [S], or [HS] - OR minimally an option to NOT Hide, Folders/Junctions that are type System if they contain a desktop.ini.
Likely too many "options" for the GUI options, so if implemented would likely wind up as a wincmd.ini option.
Code: Select all
HideHiddenSystem=
0: OFF
1: Hide Hidden and System Folders.
2: Hide Hidden Folders
4: Hide System Folders
8: Hide Hidden and System Files.
16: Hide Hidden Files
32: Hide System Files
Thanks.