File tree Expand file tree Collapse file tree 1 file changed +19
-3
lines changed
Expand file tree Collapse file tree 1 file changed +19
-3
lines changed Original file line number Diff line number Diff line change 1919
2020# org.apache.cordova.file
2121
22- This plugin provides the [ HTML5 Filesystem API] ( http://dev.w3.org/2009/dap/file-system/pub/FileSystem/ ) . For usage, refer
23- to HTML5 Rocks' [ FileSystem article] ( http://www.html5rocks.com/en/tutorials/file/filesystem/ )
24- on the subject. For an overview of other storage options, refer to Cordova's
22+
23+ This plugin implements a File API allowing read/write access to files residing on the device.
24+
25+ This plugin is based on several specs, including :
26+ The HTML5 File API
27+ [ http://www.w3.org/TR/FileAPI/ ] ( http://www.w3.org/TR/FileAPI/ )
28+
29+ The (now-defunct) Directories and System extensions
30+ Latest:
31+ [ http://www.w3.org/TR/2012/WD-file-system-api-20120417/ ] ( http://www.w3.org/TR/2012/WD-file-system-api-20120417/ )
32+ Although most of the plugin code was written when an earlier spec was current:
33+ [ http://www.w3.org/TR/2011/WD-file-system-api-20110419/ ] ( http://www.w3.org/TR/2011/WD-file-system-api-20110419/ )
34+
35+ It also implements the FileWriter spec :
36+ [ http://dev.w3.org/2009/dap/file-system/file-writer.html ] ( http://dev.w3.org/2009/dap/file-system/file-writer.html )
37+
38+ For usage, please refer to HTML5 Rocks' excellent [ FileSystem article.] ( http://www.html5rocks.com/en/tutorials/file/filesystem/ )
39+
40+ For an overview of other storage options, refer to Cordova's
2541[ storage guide] ( http://cordova.apache.org/docs/en/edge/cordova_storage_storage.md.html ) .
2642
2743## Installation
You can’t perform that action at this time.
0 commit comments