Filesystem services: Difference between revisions
m Add info on fsFsCleanDirectoryRecursively |
|||
Line 627: | Line 627: | ||
| 12 || [[#GetTotalSpaceSize]] | | 12 || [[#GetTotalSpaceSize]] | ||
|- | |- | ||
| 13 || [3.0.0+] CleanDirectoryRecursively | | 13 || [3.0.0+] [[#CleanDirectoryRecursively]] | ||
|- | |- | ||
| 14 || [3.0.0+] GetFileTimeStampRaw | | 14 || [3.0.0+] GetFileTimeStampRaw | ||
Line 648: | Line 648: | ||
== GetTotalSpaceSize == | == GetTotalSpaceSize == | ||
Takes a type-0x9 input buffer for the path and returns an output byte-size u64 for the total space available with this FS(free+used). | Takes a type-0x9 input buffer for the path and returns an output byte-size u64 for the total space available with this FS(free+used). | ||
== CleanDirectoryRecursively == | |||
Takes a type-0x9 input buffer for the path and clears the contents of the directory specified in the path. | |||
= IDirectory = | = IDirectory = |