itinance / react-native-fs

Native filesystem access for react-native
MIT License
4.97k stars 986 forks source link

File's mime type #910

Open yairopro opened 4 years ago

yairopro commented 4 years ago

Hello

It's a feature request, not an issue.

stat(filepath) would return the file's mime type.

type StatResult = {
    mimeType: string?,
    // ...
};
mcjambi commented 2 years ago

Agree, now i have to use other function to get Mimetype! vote up!

superbogy commented 2 months ago

+1

amjadbouhouch commented 1 month ago

+1