Where does PERSISTENT file system storage store with chrome?
When doing webkitRequestFileSystem in window.PERSISTENT option in Google Chrome, where on my filesystem do files get written? I'd like to drop files there and have Chrome interact with them while I'm building and debugging this app. ebidel For me, at least on Mac OSX, they're stored under /Users/USERNAME/Library/Application Support/Google/Chrome/Default/File System for me. If you're using profiles, there will be profile directories instead of Default . However, each origin's saved files/folders are obfuscated under directories that won't be easy for you to interact with. For debugging the