Chromium Code Reviews| Index: chrome/common/extensions/docs/templates/intros/fileSystem.html |
| diff --git a/chrome/common/extensions/docs/templates/intros/fileSystem.html b/chrome/common/extensions/docs/templates/intros/fileSystem.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..ed7e975e18a019884ee9590e14df576bcc7d1c52 |
| --- /dev/null |
| +++ b/chrome/common/extensions/docs/templates/intros/fileSystem.html |
| @@ -0,0 +1,16 @@ |
| +<p id="classSummary"> |
| +Use the <code>chrome.fileSystem</code> module |
| +to create, read, navigate, and write |
| +to a sandboxed section of the user's local file system. |
| +With this API, |
| +packaged apps can read and write |
| +to a user-selected location. |
| +For example, |
| +a photo-sharing app can use the API |
|
miket_OOO
2012/11/28 19:21:22
This isn't a fantastic example because we'd want p
mkearney1
2012/11/30 21:42:59
Done.
|
| +to read and write any photos that a user selects. |
| +</p> |
| + |
| +<h4>Related Documentation</h4> |
| +<ul> |
| + <li><a href="app_storage.html">Manage Data</a></li> |
| +</ul> |