Posted by member 51749 on 2006-03-29 20:40:35 link

for the record, heres info on !popupDynamicActionFolder

-------------------------------------------------------------
* !popupdynamicactionfolder:ACTION:FOLDER

This creates a dynamic subfolder that displays the contents of the specified drive or directory.
Dynamic folders differ from static folders in that the Popup folder will automatically update when the directory is updated, meaning that a !Recycle is not necessary to see changes.

OnClick the ACTION is executed with the FILEPATH as an argument!!

Restriction:
SubFolders are not visible!!

Example:
*popup "MyActionFolder" !popupactionfolder:!alert:"$desktopdir$"

This would display your Desktop in a folder, but if you click an entry the "action" (!alert) is executed
with the filepath as quoted argument. You can (probably) use any action, not only Litestep Bangs!
------------------------------------------------

just seems to me like it should behave the same as !popupDynamicFolder when the title given is "".