How to get the path to a file from inside my plugin? Follow Florin Sebastian Created January 10, 2014 14:36 How can i get the full Path to a file from inside my plugin ( e.g. /libs/file)?
PathManager.getJarPathForClass() gives you the path to the .jar file of your plugin. You can use that to build the path to another file in the plugin distribution.