mirror of
https://github.com/marcoallegretti/WEFT_OS.git
synced 2026-03-26 17:03: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. |
||
|---|---|---|
| .. | ||
| weft-appd | ||
| weft-build-meta | ||
| weft-compositor | ||
| weft-file-portal | ||
| weft-ipc-types | ||
| weft-mount-helper | ||
| weft-pack | ||
| weft-runtime | ||
| weft-servo-shell | ||