When using ui.chooseFolder, there is no option to create the folder you are choosing when using TD on mac. This is also the same with parameters between File, FileSave, and Folder parameter styles. Only the FileSave parameter when clicking on the plus gives options to create New Folder.
it is also possible to get a “New Folder” button if running chooseFile in ‘save’ mode -
ui.chooseFile(title='Select a file', load=False)
It would be nice to have option to somehow expose ‘New Folder’ button on mac when selecting folder. This option is always viewable with file explorer on windows.
Maybe adding a save dialog similar to the load=True option in ui.chooseFolder could work?