How do you do saving files on SteamDeck/Linux?
On Windows, I set the target to the player's Documents folder since that's apparently the best and safest place to save files.
NWjs.UserFolder & "Documents\GameName\File.sav"
But on Deck, I'm not sure what to do, and I think they use forward slashes for directory addresses "/" while windows does "\".
Is it okay to just save in the appfolder with Linux?
NWjs.AppFolder & "File.sav"