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
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