Fmlib_browser.File
A file handle that represents a user-selected file in the local filesystem. See Command.select_file and Command.select_files on how to obtain file handles.
Command.select_file
Command.select_files
type t
val name : t -> string
The filename.
val media_type : t -> string option
The media type, a.k.a. MIME type, or None if it is unknown.
None
val size : t -> int
The file size in bytes.