memoryfs icon indicating copy to clipboard operation
memoryfs copied to clipboard

feat: add Mkdir

Open yktakaha4 opened this issue 2 years ago • 0 comments

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.

yktakaha4 avatar Feb 05 '23 08:02 yktakaha4