https://linen.dev logo
I believe that `FileReference` provides only the f...
# openfl
r
I believe that
FileReference
provides only the file name. it was designed for use on the web, where the full path should be hidden for security purposes. I think that you need to use
File
instead of
FileReference
to be able to get its
nativePath
property.