I'm working on a script to upload files to the internet. Currently, I use dialogs.text_dialog to request a filename.
The problem is, that, since I pass the current filename with the text parameter, I always have to select only the filename (and not the extension as well).
Is there a way to tell dialogs to select a specific range in the text?
If it doesn't exist right now, @omz please consider adding this to your todo list.
PS: I already started working on a solution with objc_util, but I'd prefer to keep this simple.