file-browser/src-tauri
Ian Wijma d2f6d1640a Enhance file browsing and handling in main.rs
This commit provides additional functionality to the file manager, allowing users to view and open files within directories. The 'get_files' command has been added to the main.rs file. This new command navigates directories and retrieves relevant details including the metadata. The metadata includes the creation, modification, and access times converted into Unix time. To handle possible errors during these operations, proper error checks have been put in place. An existing error has been rectified in the tauri.conf.json file. File scopes have been extended to ensure all directories can be
2023-11-27 23:48:50 +11:00
..
icons Add initial project setup for a File Browser system 2023-11-27 16:08:17 +11:00
src Enhance file browsing and handling in main.rs 2023-11-27 23:48:50 +11:00
.gitignore Add initial project setup for a File Browser system 2023-11-27 16:08:17 +11:00
Cargo.lock Add initial project setup for a File Browser system 2023-11-27 16:08:17 +11:00
Cargo.toml Add initial project setup for a File Browser system 2023-11-27 16:08:17 +11:00
build.rs Add initial project setup for a File Browser system 2023-11-27 16:08:17 +11:00
tauri.conf.json Enhance file browsing and handling in main.rs 2023-11-27 23:48:50 +11:00