I’m making a React + Tauri app. Right now I’m using downloadDir
from @tauri-apps/api/path
to get the user’s Downloads folder path, but I want the user to be able to choose a custom download path. How do I do that?
1
I’m making a React + Tauri app. Right now I’m using downloadDir
from @tauri-apps/api/path
to get the user’s Downloads folder path, but I want the user to be able to choose a custom download path. How do I do that?
1