pub unsafe extern "C" fn FSUSER_DeleteDirectoryRecursively(
archive: FS_Archive,
path: FS_Path,
) -> ResultExpand description
Deletes a directory, also deleting its contents.
ยงArguments
archive- Archive containing the directory.path- Path of the directory.