On 20 Dec 2012, at 17:48, Furqan wrote:

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

Is "system" not a blocking call? I'd advise against using that... If you want 
something Windows specific, ISTR there is a Win32 function specifically for 
doing that, though off-hand I can't recall what it is.

I'd imagine that using the file:// protocol with fl_open_uri() is the best bet 
though.




_______________________________________________
fltk mailing list
fltk@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to