afero
afero copied to clipboard
MemMapFS creates files even when directories do no exist
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?