Files showing up in popup Thread last updated on 2003-04-11 14:37:50

Posted by member 22522 on 2003-04-10 14:17:23

Is there any way to make the popup menu not show certain file extensions? I notice it doesn't show hidden files(I think you can change that), but is there a flag or anything that can hide certain files with certain file extensions? Thank you.

Posted by member 1 on 2003-04-10 14:24:05 link

no...but you can set it to show only ones of a certain file extension.

Posted by member 22522 on 2003-04-11 00:29:53 link

how so...?

Posted by member 1 on 2003-04-11 01:33:34 link

Straight from the docs...

Note: You can limit the content for a DynamicPopupFolder by using pattern matching. If the DynamicPopupFolder contains another folder, that folder must match your pattern in order to be displayed.

Example: *Popup "My Documents" !PopupFolder:"C:\My Docuemnts\"*.doc

Multiple directories can be placed in the same PopupDynamicFolder by using the pipe character, "|", to separate them.

Example: *Popup "C Drive" !PopupDynamicFolder:$Programs$|"C:\"

Posted by member 22522 on 2003-04-11 14:37:50 link

Thank you