Files
tauri-plugins-workspace/.changes/dialog-return-path.md
T
mikoto2000 448846b834 feat(fs): resolve content URIs on Android (#1658)
* Implemented writeTextFile on Android.

* Added license headers.

* fix fmt checks.

* implement more file APIs

* change file

* cleanup

* refactor dialog plugin to leverage new FS APIs

* implement metadata functions

* fix build

* expose FS rust API

* resolve resources on android

* update pnpm

* update docs

---------

Co-authored-by: Lucas Nogueira <lucas@tauri.app>
2024-08-23 13:35:53 -03:00

190 B

dialog, dialog-js
dialog dialog-js
patch patch

The open function now returns a string representing either the file path or URI instead of an object. To read the file data, use the fs APIs.