Most modern games create save files in the default Documents folder, for example \Documents\StudioName\GameName\save01.dat
How do I find the path to this folder with NWJS?
NWJS.UserFolder returns the path to my user folder, which is "C:\Users\dop2000\"
The documents folder is there, but depending on Windows version it may be named "Documents" or "My Documents" or may be even be in some other language. So how do I locate it?
And what is the best location for game saves on Mac?