Get the original file creation date with FilePicker #12468
Unanswered
Quietscheente
asked this question in
Q&A
Replies: 1 comment
-
I found an Android Media API. Maybe this will help. But there is no Maui implementation (yet)? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want the user to select external files in my app.
So I use
FilePicker.PickMultipleAsync
what gives me local copies of the files.But is there any chance to get the original creation dates of the files without going the hard way with
MANAGE_EXTERNAL_STORAGE
and pure Android coding?Is there any other api I can use?
Beta Was this translation helpful? Give feedback.
All reactions