How to get the path to a file from inside my plugin?

How can i get the full Path to a file from inside my plugin ( e.g. /libs/file)?

0
1 comment

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.

0

Please sign in to leave a comment.