Python FileChooser

On 13/12/2013 at 08:45, xxxxxxxx wrote:

Hello,
is there a FileChooser-Dialog to open?
The SDK doesnt state anything,
but i hoped there could be something like c4d.gui.FontDialog() but for file-choosing.

thanks,
Bertram

On 13/12/2013 at 10:55, xxxxxxxx wrote:

Take a look at c4d.storage.LoadDialog()

Best,
-Niklas

On 13/12/2013 at 16:21, xxxxxxxx wrote:

thanks Niklas,
excactly what i was looking for :-)

if someone else stumples upon this,
to choose / select a directory simple do:
c4d.storage.LoadDialog(flags=c4d.FILESELECT_DIRECTORY)