AutoIt
$sPath = FileSelectFolder('Pfad Auswählen oder Erstellen', @ScriptDir, $FSF_CREATEBUTTON, "C:\__PFAD__")
Unter Windows 10 wird das Flag $FSF_CREATEBUTTON mal locker ignoriert. Ein "Create"-Button erscheint nicht im Dialog und somit kann man den Nutzer keine Ordner erstellen lassen. Ich bin hellauf begeistert.
Version: Windows 10 Pro, 21H1
Könnt ihr das verifizieren?
Edit
Zitat von HilfeFunction FileSelectFolder
The new Vista+ dialog style is used if possible, regardless of the Use New Dialog Style flag. With the Vista dialog style the edit control and create folder buttons are always shown, ignoring the flags parameter
Auch nicht zutreffend unter Win10.