Filesystem services: Difference between revisions
Line 676: | Line 676: | ||
| 13 || [3.0.0+] [[#CleanDirectoryRecursively]] | | 13 || [3.0.0+] [[#CleanDirectoryRecursively]] | ||
|- | |- | ||
| 14 || [3.0.0+] GetFileTimeStampRaw | | 14 || [3.0.0+] [[#GetFileTimeStampRaw]] | ||
|- | |- | ||
| 15 || [4.0.0+] QueryEntry | | 15 || [4.0.0+] QueryEntry | ||
Line 705: | Line 705: | ||
== CleanDirectoryRecursively == | == CleanDirectoryRecursively == | ||
Takes a type-0x9 input buffer for the path and clears the contents of the directory specified in the path. | Takes a type-0x9 input buffer for the path and clears the contents of the directory specified in the path. | ||
== GetFileTimeStampRaw == | |||
Takes a type-0x19 input buffer for the path and returns a 0x20-byte struct. This contains 3 u64s and an u8. | |||
= IDirectory = | = IDirectory = |