Thanks it is working perfectly.
I found one more way.
How about this:
system("explorer C:\\test\\folder");



> 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
fltk@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to