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?

1
2 comments

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

2

Please sign in to leave a comment.