emscripten-core/emscripten
GitHub で見る[question] [feature request] rmtree + makedirs(*, exist_ok=True) helper in standard library (FS, JavaScript)
Open
#13,920 opened on 2021年4月16日
good first bughelp wanted
Repository metrics
- Stars
- (27,361 stars)
- PR merge metrics
- (平均マージ 19d 10h) (30d で 147 merged PRs)
説明
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