pub unsafe extern "C" fn FSUSER_DeleteDirectory(
archive: FS_Archive,
path: FS_Path,
) -> ResultExpand description
Deletes a directory, failing if it is not empty.
ยงArguments
archive- Archive containing the directory.path- Path of the directory.