Skip to content
New issue

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

Feature to pick and store files from a specific path without File Picker #69

Open
Vaibhav2002 opened this issue Jul 18, 2024 · 2 comments

Comments

@Vaibhav2002
Copy link

Is it possible to add a feature to directly pick and store file to a specific path in the allowed Media Directories of the platform
without the need of any File Picker/Folder Selector UI?

@vinceglb
Copy link
Owner

Hi @Vaibhav2002! Sorry for the late response!

To be sure to understand exactly, do you want to be able to save a file from a specific path? Without the need to open any windows or anything?

Something like this:

val file = File("/my/path/file.png")
file.save(bytes)

@Vaibhav2002
Copy link
Author

Hey @vinceglb ,
Yes something like that for Android and iOS, so I can directly save to device's downloads, photos etc folder
and retrieve file.

My use case is sharing screenshots, so I need to save and retrieve that exact file in a format which is shareable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants