I look for a function, with which I can open Windows Explorer and view a specific folder.
I would also ask the same functionality under Mac.
Thank you very much
Gabriel
I look for a function, with which I can open Windows Explorer and view a specific folder.
I would also ask the same functionality under Mac.
Thank you very much
Gabriel
application.executeProgram(‘rundll32’, ‘url.dll,FileProtocolHandler’, ‘c:\program_files\servoy’);
works for me.
if you need to have it cross-platform, take a look here: http://forum.servoy.com/viewtopic.php?f=2&t=14096