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.
The read-only modificationTime property of the web.Metadata
is a web.Date
object which specifies the date and time the
system 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. The read-only modificationTime property of the `web.Metadata` is a `web.Date` object which specifies the date and time the system 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`
(set-modification-time! this val)
Property.
The read-only modificationTime property of the web.Metadata
is a web.Date
object which specifies the date and time the
system 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. The read-only modificationTime property of the `web.Metadata` is a `web.Date` object which specifies the date and time the system 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`
(set-size! this val)
Property.
The read-only size property of the web.Metadata
interface specifies
size, in bytes, of the referenced file or other file system object
disk.
var size = Metadata.size;
See also: https://developer.mozilla.org/en-US/docs/Web/API/Metadata/size
Property. The read-only size property of the `web.Metadata` interface specifies size, in bytes, of the referenced file or other file system object disk. `var size = Metadata.size;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/Metadata/size`
(size this)
Property.
The read-only size property of the web.Metadata
interface specifies
size, in bytes, of the referenced file or other file system object
disk.
var size = Metadata.size;
See also: https://developer.mozilla.org/en-US/docs/Web/API/Metadata/size
Property. The read-only size property of the `web.Metadata` interface specifies size, in bytes, of the referenced file or other file system object 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