|
If the file name has a . in front of it, it is hidden from the finder. Open up terminal and see if you have it under your home directory, though I would assume it most likely lives in ~/Library/Preferences.
Use the ls command in terminal to see if you have that file. Then you can open that file up in terminal as well by doing open -t -f ~/path/to/file
|