Am On 20.12.2012 18:27, schrieb Furqan wrote:
> Similarly, like we can open any url using     fl_open_uri("http://real3d.pk";);
>
> How can we open a specific folder from a hard-drive partition.
> I want to open c:\samples folder when I click on menu button ?

fl_open_uri("file:///c:/samples")

should work. Note the triple '/', and that I used a forward '/' for
c:/samples. "c:\\samples" ought to work as well.

Albrecht

_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to