We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FilePath::path
I want tauri plugin dialog to expose FilePath::path to public?
I think it might be good to have FilePath::into_path to avoid copying PathBuf
FilePath::into_path
The text was updated successfully, but these errors were encountered:
refactor: add methods and implement traits for FilePath and `SafeFi…
FilePath
0c85ec3
…lePath` closes #1726
SafeFilePath
a2fe555
255a4f3
…lePath` (tauri-apps#1727) * refactor: add methods and implement traits for `FilePath` and `SafeFilePath` closes tauri-apps#1726 * clippy * path -> as_path * fix prettierignore * Discard changes to Cargo.lock * Discard changes to Cargo.toml * update tauri deps
Successfully merging a pull request may close this issue.
I want tauri plugin dialog to expose
FilePath::path
to public?I think it might be good to have
FilePath::into_path
to avoid copying PathBufThe text was updated successfully, but these errors were encountered: