emscripten-core/emscripten

[question] [feature request] rmtree + makedirs(*, exist_ok=True) helper in standard library (FS, JavaScript)

Open

#13,920 创建于 2021年4月16日

在 GitHub 查看
 (8 评论) (0 反应) (0 负责人)C++ (3,519 fork)batch import
good first bughelp wanted

仓库指标

Star
 (27,361 star)
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

贡献者指南