0

I have a directory with files and I want to search into that directory for some files types. Is it possible to do that with the new file-system API?

4

1 回答 1

0

不,您仅限于 Web 浏览器的 AppData 中的沙盒目录客户端目录。

以 Chrome 和 windows 7 为例:

C:\Users\{user}\AppData\Local\Google\Chrome\{browswer-user}\Default\File System\

此外,您只能访问通过 API 调用生成和填充的文件/目录。

于 2013-11-21T22:35:38.743 回答