Creating a Folder Within a Selected Folder in Flat View Mode

Hello! I have a question regarding the creation of a folder within the currently selected folder while in flat view. Currently, when I select a folder and use the "CreateFolder" command, the new folder is created in the directory that is currently open. Could you please advise on how to create a folder specifically in the selected folder while in this view? Thank you in advance.

Perhaps, you might try out some of the ideas in this button.

Create New Folders.dcf (4.0 KB)

I still can't get it to work, thank you tho

Try

@enableif:=seldirs==1
@nodeselect
@nofilenamequoting
CreateFolder NAME="{filepath}\{dlgstring}"
1 Like

There it is!, thanks