mirror of
https://github.com/marcoallegretti/WEFT_OS.git
synced 2026-03-27 01:13:09 +00:00
std::fs::write fails when the destination parent does not exist. Add create_dir_all before the write so apps can store files in nested paths (e.g. config/sub/settings.json) without pre-creating directories. Add regression test for the nested-path case. |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||