How to open file dialog to save file

I want to save file on my application, user can select a folder to save file.

Please help me!

Hi. For Windows and Mac I’ve wrapped up the tiny file dialogs library.

Hi. For Windows and Mac I’ve wrapped up the tiny file dialogs library.

Can you share your code here and tiny dll? (I have no C compiler). Thanks.

Hi @neo_freeman.

This should be available in the free plugins. Here’s the documentation with setup instructions and a link to a sample.

In light of your compiler comment, I figure by code you meant a sample, but in case that’s wrong my plugin code is here. The other two files in that folder are the underlying library; I see an April 2019 date, so if you ever do want to build it, these might be worth updating.

@DannyGlover also has a plugin with a slightly different API that (true to the name :smiley:) sticks to file-related dialogs.

1 Like