From: Samiov on
Hi all,
please what I must write on my pushbutton callback to open a window that allows me to choose a directory where I save an image that is displayed in my GUI and write the name of the file (as if it were in word or paint etc...)
Thank you.
From: Walter Roberson on
Samiov wrote:

> please what I must write on my pushbutton callback to open a window that
> allows me to choose a directory where I save an image that is displayed
> in my GUI and write the name of the file (as if it were in word or paint
> etc...)


uigetdir() if you only want to allow the directory to be chosen.

uiputfile() if you want the complete output file name to be chosen. Note
that uiputfile() will ask the user to confirm if they select an existing
file.
From: Matt Fig on
See the help for UIPUTFILE.