emscripten-core/emscripten
[question] [feature request] rmtree + makedirs(*, exist_ok=True) helper in standard library (FS, JavaScript)
開放
#13,920 建立於 2021年4月16日
good first bughelp wanted
倉庫指標
- 星標
- (27,361 顆星)
- PR 合併指標
- (平均合併 19天 10小時) (30 天內合併 147 個 PR)
描述
Having to write a recursive loop to remove a directory can be a hassle. I propose to have some rmtree helper in the standard library or to extend rmdir to process recursive deletes