Skip to content

QuentinWach/fedit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

File Management with Tauri 2.0 Using Rust

When using Tauri 2.0, for security reasons, the app does not have access to files but requires the use of its fs API or Rust's std::fs module. I have struggled to get the fs API to work so this project is meant to explore.

Read this blog post for more details about this code and understand how to get file-manegement in Tauri 2.0 working.

alt text

Run the app:

npm run tauri dev

About

How to open, read, write, and save files in Tauri 2.0 using Rust invocations.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published