In Windows XP, it is located here: c:\Documents and Settings\USERNAME\Local Settings\Application Data\Google\Chrome\User Data\Default\File System\ .
On Windows 7, the location is C:\Users\USERNAME\AppData\Local\Google\Chrome\User Data\Default\File System .
It is not very useful to look at it because the file names and dir are confused (but the contents in the files are not changed).
As ebidel wrote, the best way is to use the filesystem: browser filesystem: URLs included in Chrome. Fine! You can get the URL using fs.root.toURL() , where fs is the FileSystem object that you get, for example, from window.webkitRequestFileSystem() .
Konstantin Smolyanin Mar 01 '13 at 20:10 2013-03-01 20:10
source share