Confirm Dialog Variables Modifiers Arguments

Don't know if this will work in every scenario, where the @confirm modifier works, but yes you're right, there's scripting! o)
I just put this script together that mimics the @confirm and gives some more room to play with. Thanks for making me do this finally! o)

  • supports custom title, message, buttons and icon (all parameters optional)
  • supports placeholders for the number of selected items/files/dirs {#selitems$}, {#seldirs$}, {#selfiles$}
  • supports inserting of of all DO variables (global, tab or lister-scoped) and linefeeds ("\n")

Example:

Confirm MSG="Really copy {#selitems$} items from \n[{sourcepath$}]?" BUTTONS=Yep|No TITLE="My Title"


Command.GUI_Confirm.js.txt (6.76 KB)