File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -30,12 +30,12 @@ namespace mbed {
30
30
*/
31
31
32
32
33
- /* * Represents a directory stream. Objects of this type are returned
34
- * by an opendir function . The core functions are read and seek,
33
+ /* * Represents a directory stream. An opendir function returns
34
+ * objects of this type . The core functions are read and seek,
35
35
* but only a subset needs to be provided.
36
36
*
37
- * If a FileSystemLike class defines the opendir method, then the
38
- * directories of an object of that type can be accessed by either:
37
+ * If a FileSystemLike class defines the opendir method, then you
38
+ * can access the directories of an object of that type by either:
39
39
* @code
40
40
* DIR *d = opendir("/example/directory");
41
41
* @endcode
@@ -46,8 +46,8 @@ namespace mbed {
46
46
* to open the root of the file system.
47
47
*
48
48
* The root directory is considered to contain all FileHandle and
49
- * FileSystem objects, so the DIR pointer returned by opendir("/") will
50
- * reflect this.
49
+ * FileSystem objects, so the DIR pointer returned by opendir("/")
50
+ * reflects this.
51
51
*
52
52
* @note to create a directory, @see Dir
53
53
* @note Synchronization level: Set by subclass
You can’t perform that action at this time.
0 commit comments