-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Description
I have an interesting use case where I have some functions that run over a billy.Filesystem
and I want to run them on a directory while ignoring a specific file. Ideally, I'd be able to do this without modifying the functions and without modifying the underlying filesystem. Instead, I want to construct a memfs
from an osfs
, and then delete the ignored file from the memfs
so I can run the function on the memfs
without needing to modify this.
Is this functionality difficult to implement? I couldn't find documentation on the best way to do this.
Metadata
Metadata
Assignees
Labels
No labels