WEFT_OS/crates/weft-file-portal
Marco Allegretti a18f5c7604 fix(file-portal): create parent directories on write
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.
2026-03-11 18:52:54 +01:00
..
src fix(file-portal): create parent directories on write 2026-03-11 18:52:54 +01:00
Cargo.toml feat: weft-file-portal -- sandboxed file access broker 2026-03-11 15:52:33 +01:00