i have a plugin which is going to be used more than one client, and the plugin has to access a file to load some arrays in java
fFile = new File("file path");
I want the path is general,
How can I declare a file path for more than one account?
For example
” C:\users\X\documents\filename” and for another user
” C:\users\Y\documents\filename” or maybe something
“C:\users\$username\documents\filename”
use
user.homefor this