Automatically select all text in dlgstring

Is it possible to automatically select all (default) text in dlgstring when it gets opened?

I want some default value in dlgstring but I want to be able to immediately type new text, replacing the default one (without using Ctrl+A). Maybe you guys could add a new modifier for this, if it's not yet possible?

Code that I use:

@set newFolder={dlgstring|New folder name|{filepath$|nopath|noterm}}

Use dlgstringS instead of dlgstring.

Hah, this feature is already there! Somehow I overlooked it in DOpus help. Thanks!