0

In OS X Lion (10.7) - Where (what file folder and pathname) are the Notes physically stored? Or, any tips on how I could even find the file myself, would be greatly appreciated!

fixer1234
  • 28,064

1 Answers1

1

Notes.app stores notes in an SQlite3 database located in

/Users/$USERNAME/Library/Containers/com.apple.Notes/Data/Library/Notes/NotesV2.storedata

and, if enabled, in an iCloud IMAP folder for sync between devices. You can view the contents of this file using the 'sqlite3' command line tool or, e.g., "SQlite Professional" from the App Store.

trurl
  • 2,202