emscripten-core/emscripten

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

Open

#13.920 aberto em 16 de abr. de 2021

Ver no GitHub
 (8 comments) (0 reactions) (0 assignees)C++ (3.519 forks)batch import
good first bughelp wanted

Métricas do repositório

Stars
 (27.361 stars)
Métricas de merge de PR
 (Mesclagem média 19d 10h) (147 fundiu PRs em 30d)

Description

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

Guia do colaborador