Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need Help: How to delete complete dir? #13

Open
godofglow opened this issue Mar 15, 2020 · 2 comments
Open

Need Help: How to delete complete dir? #13

godofglow opened this issue Mar 15, 2020 · 2 comments

Comments

@godofglow
Copy link

No description provided.

@rnd-debug
Copy link

Old issue, however:

  1. pass the name of the folder tofs-ops-delete node => will be deleted if empty and has proper rights.
  2. if folder not empty, use fs-ops-dir to get a list of files in your folder, pass the result to fs-ops-delete to remove the files, then go to step 1.

@mainteners : does it make sense to provide the possibility to recursively delete a folder (experimetal feature of node's fs )?

@Steve-Mcl
Copy link

I would really like to see directory deletion (recursive)

Is there a possibility you would add this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants