1
0
Fork 0
forked from suyu/suyu
suyu/src/core/hle/service/filesystem
Lioncash a7d9fe993a 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/
2018-11-30 20:17:28 -05:00
..
filesystem.cpp service/fsp_srv: Implement CleanDirectoryRecursively 2018-11-30 20:17:28 -05:00
filesystem.h service/fsp_srv: Implement CleanDirectoryRecursively 2018-11-30 20:17:28 -05:00
fsp_ldr.cpp hle/service: Default constructors and destructors in the cpp file where applicable 2018-09-10 23:55:31 -04:00
fsp_ldr.h hle/service: Default constructors and destructors in the cpp file where applicable 2018-09-10 23:55:31 -04:00
fsp_pr.cpp hle/service: Default constructors and destructors in the cpp file where applicable 2018-09-10 23:55:31 -04:00
fsp_pr.h hle/service: Default constructors and destructors in the cpp file where applicable 2018-09-10 23:55:31 -04:00
fsp_srv.cpp service/fsp_srv: Implement CleanDirectoryRecursively 2018-11-30 20:17:28 -05:00
fsp_srv.h fsp_srv: Implement command 61: OpenSaveDataInfoReaderBySaveDataSpaceId 2018-10-29 13:54:39 -04:00