Matthew Richardson

Results 44 comments of Matthew Richardson

Thanks @FabianLars. Discussed with @lucasfernog and appreciate all your comments and research. I agree with your comments about `appRootDir`; I think we can safely avoid the need for that if...

@FabianLars We'd like to propose this enhancement to the `open()` method: ### 1. Enhance FilePickerResponse **Current:** ```rust struct FilePickerResponse { files: Vec, } ``` **Proposed:** ```rust struct FileResponse { name:...

Thanks @lucasfernog. Looks like [PathResolver::file_name](https://docs.rs/tauri/latest/tauri/path/struct.PathResolver.html#method.file_name) has the needed functionality but is this currently available JS-side? To avoid a breaking API change, what are your thoughts on implementing this as an...

Thanks, @lucasfernog. We’ve discussed this and are happy to use `path.basename` with the V2 API for now until we can update it in V3. I’ll leave this ticket open. Should...