简体   繁体   English

HTML5 API Javascript文件系统

[英]HTML5 API Javascript filesystem

我了解研究文件系统api文件是写入特定目录(临时目录还是永久目录),不知道是否有可能将可访问目录的内容写为“ c:\\ files”

Short answer: No . 简短的回答: This has been covered many times before here. 在此之前,已经对此进行多次讨论。 I explained more fully in my reply to JS Filesystem API: accessing JS FileEntry's on local system? 我在对JS Filesystem API的答复中更全面地解释了:在本地系统上访问JS FileEntry吗? .

If you want a tutorial of the File System API, try Exploring the FileSystem APIs on html5rocks.com 如果您需要有关文件系统API的教程,请尝试在html5rocks.com上探索FileSystem API。

No. File storage is restricted to a sandbox. 否。文件存储仅限于沙箱。 It can be temporary or persistent storage. 它可以是temporarypersistent存储。

http://www.w3.org/TR/2012/WD-file-system-api-20120417/ http://www.w3.org/TR/2012/WD-file-system-api-20120417/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM