WVAviator / lorecraft

Generate and play AI adventure games. Built with Rust/Tauri and TypeScript/React/Tailwind.
1 stars 0 forks source link

File creation management #12

Closed WVAviator closed 11 months ago

WVAviator commented 11 months ago

The FileManager has already been created using the dir crate, as a way to save the apps data files. However, Tauri provides this functionality and built in, and the code should be modified to use Tauri's built-in directory functions for config, data, and logs: https://docs.rs/tauri/1.5.4/tauri/api/path/index.html