how to make a dialog box to save files??

plazagudo

22-04-2009 16:11:51

hi i want to make a dialog box, where i can see the file system like the action save of some other program.
how can i make this??

MooJuice

25-05-2009 12:20:56

for a platform-independent way to get the contents of directories and work with files, I highly recommend boost::filesystem.

The GUI part is, of course, up to you :)

Altren

12-06-2009 15:12:49

We implemented simple platform independent file dialog. You can look at file dialog in LayoutEditor in trunk.