我有一个具有这种结构的文件夹
MyFolder |----File1 |----File2 |----File... |----SubFolder01 |----SubFolder02 |----SubFolder... |----ImportantSubFolder |----VeryImportantSubSubFolder |----ImportantFile01 |----ImportantFile02 |----ImportantFile... |----ImportantFolder01... |----ImportantFolder...
我需要删除“ MyFolder”中的所有内容,而不要删除“ VeryImportantSubSubFolder”中的所有内容,包括此“ VeryImportantSubSubFolder”中的所有文件/文件夹
所以删除后我只需要
MyFolder |----ImportantSubFolder |----VeryImportantSubSubFolder |----ImportantFile01 |----ImportantFile02 |----ImportantFile... |----ImportantFolder01... |----ImportantFolder...
答案 0 :(得分:0)
这应该可以解决问题:
should return an identical tree when the map function is identity (depth 1)