Filesystem services: Difference between revisions
Document OpenFile, and the mode bits |
IDirectory::Read does not take an input, that's just some padding. |
||
Line 672: | Line 672: | ||
== Read == | == Read == | ||
Takes a type-0x6 output buffer | Takes a type-0x6 output buffer. Returns an output u64(?) for the total number of read entries, this is 0 when no more entries are available. | ||
The output buffer contains the read array of [[#DirectoryEntry]]. This doesn't include entries for "." and "..". | The output buffer contains the read array of [[#DirectoryEntry]]. This doesn't include entries for "." and "..". |