Choosefiledialog has no title when choosing a folder

choosefiledialog has no title when choosing a folder:

choosefiledialog vPath,“folders”,true(),“files”,false(),“Title”,“Choose a folder”

(and yes, the Help file clearly says

Title

This option specifies the title of the choose file dialog.

I’m just hoping…)

I’m gonna bet this is a MacOS limitation. Is there any way to show a title, or otherwise give the user instructions?

You win your bet.

In this case, Panorama is simply passing the title to a macOS API to display the dialog. Apple still documents that you can specify a title, but macOS no longer displays the title. You may notice that the documentation says that the title is displayed in the dialogs drag bar. If you look closely, there IS no drag bar for this dialog any more, so there is nowhere to display the title.

I have submitted a documentation correction to mention that the title is not displayed in recent versions of macOS.

You can still set the button name, so you could make that Choose Folder or something similar.

Perfect, thank you!