There was an error fetching the commit references. Please try again later.
service/fsp_srv: Implement CleanDirectoryRecursively
This is the same behavior-wise as DeleteDirectoryRecursively, with the only difference being that it doesn't delete the top level directory in the hierarchy, so given: root_dir/ - some_dir/ - File.txt - OtherFile.txt The end result is just: root_dir/
Showing
- src/core/file_sys/vfs.cpp 26 additions, 0 deletionssrc/core/file_sys/vfs.cpp
- src/core/file_sys/vfs.h 11 additions, 4 deletionssrc/core/file_sys/vfs.h
- src/core/hle/service/filesystem/filesystem.cpp 12 additions, 0 deletionssrc/core/hle/service/filesystem/filesystem.cpp
- src/core/hle/service/filesystem/filesystem.h 12 additions, 0 deletionssrc/core/hle/service/filesystem/filesystem.h
- src/core/hle/service/filesystem/fsp_srv.cpp 11 additions, 1 deletionsrc/core/hle/service/filesystem/fsp_srv.cpp
Loading
Please register or sign in to comment