Folderpicker doesn't show 'create new folder' button on Windows 10

Dear LibreOffice forumers,

I’m using a python macro in LibreOffice to create a Folderpicker dialog by using the following piece of code:

fp = createUnoService(“com.sun.star.ui.dialogs.FolderPicker”)

fp.execute()

However, the created dialog doesn’t show a ‘Create new folder’ button which is there on Linux for example. I would need that feature.

Is this a bug? If not, any workaround?

Regards,
Akos

I’ve received an answer from the OpenOffice team:

https://forum.openoffice.org/en/forum/viewtopic.php?f=45&t=101117