| [news.eclipse.platform] File Path API |
|
Hi,
I am writing a plugin and need to
access a file within one of the folder.
I tried using URL
u=this.getClass().getResource("/Profile/Profile.uml2");
But this returns a path of the
eclipse installation. Is there
any other API which can return the path of the file?
Thanks
Praveen.
|