File browser access to Chrome's sandboxed filesystems

旧时模样 提交于 2019-12-01 05:07:16

问题


I'm writing a Google Chrome app that stores things locally with the HTML5 FileSystem API. Is there any way to use Windows Explorer to get to the directory where Chrome stores these files or is it entirely virtual and inaccessible from outside the app? I haven't been able to find the directory by poking around nor have I seen any reference online to it.

I suppose I could just write something within the app to allow me GUI management of the files my app stores or just use the developer console, but it would really be a time saver to use WE.


回答1:


Nevermind, I just found it. For anyone looking, it's in (on my windows 7 machine at least)

C:\Users\ user \AppData\Local\Google\Chrome\User Data\Default\File System

Also note that this was in Chrome 11, in Chrome 13 there were some changes to the FileSystem (probably for security) that make it very difficult to find specific files by scrolling through the files in Chrome's AppData space.



来源:https://stackoverflow.com/questions/6810265/file-browser-access-to-chromes-sandboxed-filesystems

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!