Plugin working folder to store resources

Answered

Is there some kind of folder where my plugin can store resources and which are kept between restarts?

2 comments
Comment actions Permalink

You can use com.intellij.openapi.application.PathManager#getSystemPath and create a subfolder for your plugin there

2
Comment actions Permalink

Thank you, Yann.

0

Please sign in to leave a comment.