Filesystem services: Difference between revisions
No edit summary |
|||
Line 489: | Line 489: | ||
| 6 || RenameDirectory | | 6 || RenameDirectory | ||
|- | |- | ||
| 7 || GetEntryType | | 7 || [[#GetEntryType]] | ||
|- | |- | ||
| 8 || OpenFile | | 8 || OpenFile | ||
Line 505: | Line 505: | ||
| 14 || GetFileTimeStampRaw [3.0.0+] | | 14 || GetFileTimeStampRaw [3.0.0+] | ||
|} | |} | ||
== GetEntryType == | |||
Takes a type-0x9 input buffer for the path and returns an output u32 [[#DirectoryEntryType]]. | |||
==OpenDirectory== | ==OpenDirectory== | ||
Line 545: | Line 548: | ||
| 0x300 || 0x4 || ? | | 0x300 || 0x4 || ? | ||
|- | |- | ||
| 0x304 || 0x4 || | | 0x304 || 0x4 || [[#DirectoryEntryType]] | ||
|- | |- | ||
| 0x308 || 0x8? || Filesize, 0 for directories. | | 0x308 || 0x8? || Filesize, 0 for directories. | ||
|} | |} | ||
= DirectoryEntryType = | |||
u32 type: 0 = directory, 1 = file. | |||
= IFile = | = IFile = |