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 for the user to be able to choose a custom download path, how do I do that?
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 for the user to be able to choose a custom download path, how do I do that?