#7566 closed feature request (fixed)
WIN: don't display hidden/system folders
Reported by: | SF/clemty | Owned by: | Kirben |
---|---|---|---|
Priority: | normal | Component: | Port: Win32 |
Version: | Keywords: | ||
Cc: | Game: |
Description
as raised in http://forums.scummvm.org/viewtopic.php?t=3889 - the linux version of ScummVM doesn't display folders starting with "." (convention for hiding files on *nix) - analogous, on windows folders like the trash bin (\recycler) and other system folders probably shouldn't be shown
hardcoding those folders is a bad idea, but I think it should be possible to just not list any folders with the file attributes "s" (system) or "h" (hidden)
C:\>attrib C:\recycler SH C:\RECYCLER
C:\>
Ticket imported from: #1726611. Ticket imported from: feature-requests/382.
Change History (7)
comment:1 by , 17 years ago
comment:2 by , 17 years ago
Owner: | set to |
---|---|
Summary: | launcher/windows: don't display hidden/system folders → WIN: don't display hidden/system folders |
comment:4 by , 13 years ago
Implemented in 2d2ee68 by honoring the hidden parameter to the AbstractFSNode::getChildren() function
Hidden folders (such as the Recycle bin) are no longer visible in the file browser (as was already the case for the Posix and related backends). This is particularly visible on system disks where the majority of the listed folders were hidden, system-related and not user-writable (Boot, Recovery, System Volume Info, MSOCache, Recycle Bin, Config.Msi, Recycler, etc.)
comment:6 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:7 by , 6 years ago
Component: | → Port: Win32 |
---|
Though I don't have much say in the matter, I would be against hiding hidden folders/files. It doesn't really harm anything.
And, the system ones should be listed because older versions of Windows still use the Windows folder for the config file.
But