The Metadata interface is used by the File and Directory Entries to contain information about a file system entry. This metadata the file's size and modification date and time.
The Metadata interface is used by the File and Directory Entries to contain information about a file system entry. This metadata the file's size and modification date and time.
(modification-time this)
Property.
[Read Only] [Non Standard] [Experimental]
The read-only modificationTime property of the web.files.Metadata
is a js.Date
object which specifies the date and time the file
entry (or the data referenced by the entry) was last modified.
var modificationTime = Metadata.modificationTime;
See also: https://developer.mozilla.org/en-US/docs/Web/API/Metadata/modificationTime
Property. [Read Only] [Non Standard] [Experimental] The read-only modificationTime property of the `web.files.Metadata` is a `js.Date` object which specifies the date and time the file entry (or the data referenced by the entry) was last modified. `var modificationTime = Metadata.modificationTime;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/Metadata/modificationTime`
(size this)
Property.
[Read Only] [Non Standard] [Experimental]
The read-only size property of the web.files.Metadata
interface
the size, in bytes, of the referenced file or other file system
on disk.
var size = Metadata.size;
See also: https://developer.mozilla.org/en-US/docs/Web/API/Metadata/size
Property. [Read Only] [Non Standard] [Experimental] The read-only size property of the `web.files.Metadata` interface the size, in bytes, of the referenced file or other file system on disk. `var size = Metadata.size;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/Metadata/size`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close