Get selected folder path
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?
Javascript – get selected folder path
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?