You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 11, 2024. It is now read-only.
Allow passing a path with a trailing slash to mkdir
Some applications invoke mkdir() with a path that ends with a slash, and
expect that if the last component of the path does not exist, it will be
created. This indeed is the behaviour under Linux.
0 commit comments