jfversluis / FilePicker-Plugin-for-Xamarin-and-Windows

FilePicker Plugin for Xamarin and Windows
MIT License
157 stars 80 forks source link

IOS: Why does FileData.FileName add ".dat" extension when we select any file without extension? #152

Closed muffadal53 closed 4 years ago

muffadal53 commented 5 years ago

In IOS, when we select any file without extension the FileData.FileName contains ".dat" extension along with filename e.g. "1.dat"? Is this default behavior when we select any file without extension?

Specifications

jfversluis commented 4 years ago

Closing this since this project will retire, please check out Xamarin.Essentials which now has a FilePicker based on this one.