What would be the best way to be able to toggle hidden folder and files system wide? I would prefer to do it in C#. I know I would use the global keyboard hook but I am not sure how I would toggle folders/files to be hidden and then visible when the shortcut key is pressed. Any help is appreciated. Thanks.
|
|
Unhide it with the registry:
Then send a SHChangeNotify event to the desktop. |
||
|
|
