mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2026-01-15 09:41:07 +00:00
In addition to upgrading to the nightly build, I refactored the method that creates the directories by switching from a recursive approach to an iterative one. I also replaced the obsolete fs::mkdir() with a custom method using fs::create_dir() and libc::chmod(). I added several diagnostic messages that match the GNU implementation. |
||
|---|---|---|
| .. | ||
| mkdir.rs | ||