Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of libMiMic by
Diff: cpp/ModLocalFileSystem.h
- Revision:
- 14:4618692ec239
- Parent:
- 8:b9ed86e156dd
diff -r a71705c5e6fd -r 4618692ec239 cpp/ModLocalFileSystem.h
--- a/cpp/ModLocalFileSystem.h Sun Apr 21 01:21:41 2013 +0000
+++ b/cpp/ModLocalFileSystem.h Wed Apr 24 08:02:16 2013 +0000
@@ -14,9 +14,14 @@
/**
* This class is httpd module.
* The class provide files on mbed LocalFile System.
- * <p>
- * The file extension must be large case.
- * </p>
+ * The class provide 2 services.
+ * <ul>
+ * <li>lfile content provider.</li>
+ * This is response of local file path. for example "/local/file.txt". full content of file.
+ * <li>file list provider</li>
+ * This is array of json response. for example, "/local/"
+ * [{name:"name",size:"size",type:"type"}]
+ * </ul>
*/
class ModLocalFileSystem:ModBaseClass
{
