문제

I understood studying the filesystem api files are written to a specific directory(temporary or persistent), I wonder if it is possible to write to a accessible directory thing as "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?.

If you want a tutorial of the File System API, try Exploring the FileSystem APIs on html5rocks.com

다른 팁

No. File storage is restricted to a sandbox. It can be temporary or persistent storage.

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top