I want to know whether there is any platform independent Eclipse platform API as part of IResource
to open the folder or directory in Explorer. As part of eclipse plugin development, I know that it can be developed specific to OS like Windows, Mac or Linux. But I am interested to know any such functionality of Eclipse platform. Eclipse also provides such functionality as part of IDE to Show in System Explorer. You can see the following image. Basically I am interested to know about any such IResource
API. In windows we can execute the command from command prompt to open the folder in explorer using explorer.exe .
Please suggest me. I have also gone through the following SO links.
Eclipse show project in explorer