I'm using Windows XP. Are there special hoops I have to jump through to see my save directory? As in open up the folder and look at the files in notepad++? I used "dir = love.filesystem.getSaveDirectory( )" in order to confirm where the directory was, and it was basically where the wiki said it would be, in C:\Documents and Settings\user\Application Data\Love. But when I tried using the basic explorer to open the files and look at them, I couldn't see the Application Data folder.
I wrote some code that would write something after I defined the t.identity in config.lua. Running that didn't give me any errors so I assumed it worked, and thus assume that something was written somewhere--But where? I just want to open up the folder and look at it directly.