Im working on a project and I need the program to store some of the property files and some text files.
How could I save a file in the appdata folder on windows in java also what would be the linux equivalent of appdat?
Thanks in advance
Im working on a project and I need the program to store some of
Share
Save the file to
System.getenv("APPDATA")AppData Java Docs