memoryfs
memoryfs copied to clipboard
feat: add Mkdir
MkdirAll
creates a parent directory or changes its ModTime, while Mkdir
creates only a specific subdirectory.
The mkdir
command in Linux updates the ModTime of the parent directory, so if the name sounds strange, change it to something like CreateDirectory
.