Skip to content

Add in rm method #60

Open
Open
@CMCDragonkai

Description

@CMCDragonkai

Specification

The rm method takes over some of the functionality of rmdir. This rm method was introduced in Node 14.14. I believe some of our uses of EFS may start using rm instead of rmdir. It's probably a good idea to support rm as well.

Additional context

Tasks

  1. Investigate the docs for rm and fsPromises.rm in NodeJS https://nodejs.org/api/fs.html
  2. Add in the rm method
  3. Keep the old options available in rmdir even though they are deprecated in Node FS.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions