Hide Specific Folders In Popup Menu Thread last updated on 2004-07-12 22:33:04

Posted by member 180251 on 2004-07-12 15:18:01

Is there a way to tell the popup menu to hide certain folders? For example I used "*Popup "My Computer" !PopupMyComputer" to have a menu which shows My Computer, but in it there are 3 paths which I never use (Shared Documents, My Logitech Pictures and Control Panel (I have control panel somewhere else so I don't need two of them)). So I'm wondering if there is a way to hide them since I cannot just delete them from My Computer like I would a regular folder. I was thinking something along the lines of a conditional statement, but am not sure just how to work one in this sort of manner.

Posted by member 37809 on 2004-07-12 18:45:12 link

Fake the !PopupMyComputer with a subfolder.
*Popup "My Computer" Folder
*Popup "C:\" "$FileManager$" C:\
*Popup "D:\" "$FileManager$" C:\
*Popup "Control Panel" !PopupControlPanel
*Popup ~Folder

Posted by member 180251 on 2004-07-12 22:33:04 link

ahhhh!!!! great idea! Thanks a lot!