Crate tauri_plugin_android_fs

Source
Expand description

Overview and usage is here

Structs§

FileUri
Path to represent a file or directory.

Enums§

Entry
Error
FileAccessMode
Access mode
PathError
Path error
PersistableAccessMode
Access mode
PrivateDir
The application specific directory.
PublicAudioDir
Directory in which to place audios that are available to other applications and users.
PublicDir
PublicGeneralPurposeDir
Directory in which to place files that are available to other applications and users.
PublicImageDir
Directory in which to place images that are available to other applications and users.
PublicVideoDir
Directory in which to place videos that are available to other applications and users.
VisualMediaTarget
Filters for VisualMediaPicker.

Traits§

AndroidFs
API
AndroidFsExt
PrivateStorage
File storage intended for the app’s use only.

Functions§

init
Initializes the plugin.

Type Aliases§

Result