afero icon indicating copy to clipboard operation
afero copied to clipboard

MemMapFS creates files even when directories do no exist

Open natebrennand opened this issue 2 years ago • 0 comments

I intended to use MemMapFS to fully test my filesystem access in an application, but accidentally introduced a bug where I was writing to a file before creating the directory.

Is this mismatch in behavior intentional?

natebrennand avatar Jul 25 '22 18:07 natebrennand