-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change the remove operation to be part of a directory handle.
Before each handle had a remove method that would remove the entry represented by the handle. This changes it to instead have a removeEntry method on a directory handle that will remove a child of that directory. This means it is no longer possible to delete an individual file or directory without having a handle to its parent, but otherwise feels like a slightly nicer API shape to me.
- Loading branch information
1 parent
c51f6c3
commit bcd36d8
Showing
1 changed file
with
27 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters