Skip to content
 
 

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Added features

  • "Open", "Save", "Save As…"
  • Display open file name in window title

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.

fedit_filename

Run the app:

npm run tauri dev

About

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

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages