[SOLVED] "cm_SwitchWatchDirs" enable or disable

English support forum

Moderators: white, Hacker, petermad, Stefan2

Post Reply
fdsazcw123
Junior Member
Junior Member
Posts: 48
Joined: 2018-11-23, 09:16 UTC

[SOLVED] "cm_SwitchWatchDirs" enable or disable

Post by *fdsazcw123 »

hi,

i accidentally bind "cm_SwitchWatchDirs" to a hotkey,
but i do not know what does this command mean, and could not find how to tell if its enabled or not.

thanks and stay safe.
Last edited by fdsazcw123 on 2020-06-22, 11:26 UTC, edited 1 time in total.
User avatar
tuska
Power Member
Power Member
Posts: 3760
Joined: 2007-05-21, 12:17 UTC

Re: "cm_SwitchWatchDirs" enable or disable

Post by *tuska »

Hi,

Example:
F1 - Help: wrote:

Code: Select all

 Search for --> WatchDirs=

 1: turn option on (default: off) ***)
 2: also detect changes to size, date, attributes
16: Update footer (total number of files). Warning: May be slow in large dirs!
32: Update header (free disk space). Warning: May be slow on large harddisks! 
***) Button is displayed as "pressed" (just like e.g. with command: cm_SwitchHidSys)

wincmd.ini

Code: Select all

[Configuration]
WatchDirs=51
51 = sum of the above options.
fdsazcw123
Junior Member
Junior Member
Posts: 48
Joined: 2018-11-23, 09:16 UTC

Re: "cm_SwitchWatchDirs" enable or disable

Post by *fdsazcw123 »

tuska wrote: 2020-06-22, 10:25 UTC Hi,

Example:
F1 - Help: wrote:

Code: Select all

 Search for --> WatchDirs=

 1: turn option on (default: off) ***)
 2: also detect changes to size, date, attributes
16: Update footer (total number of files). Warning: May be slow in large dirs!
32: Update header (free disk space). Warning: May be slow on large harddisks! 
***) Button is displayed as "pressed" (just like e.g. with command: cm_SwitchHidSys)

wincmd.ini

Code: Select all

[Configuration]
WatchDirs=51
51 = sum of the above options.
thanks!
Post Reply