File Store
Functions
Link copied to clipboard
Save file in cache
Link copied to clipboard
Return the MIME type of the given URI.
Return the MIME type based on the File object. This method tries to determine the MIME type using the ContentResolver for URIs, and if that fails, it falls back to using MimeTypeMap with the file extension.
Return the MIME type based on the file path. This function first attempts to determine the MIME type based on the URI. If that fails, it falls back to determining the MIME type based on the file extension.
Link copied to clipboard
return name of file
Link copied to clipboard
Write a file in cache