isFile
Summary
True if the Entry is a file.
Out of date; feature discontinued. See http://www.w3.org/TR/file-system-api.
Property of apis/filesystem/Entryapis/filesystem/Entry
Syntax
Note: This property is read-only.
var result = Entry.isFile;
Return Value
Returns an object of type BooleanBoolean
Related specifications
- W3C File API: Directories and System Specification
- W3C Working Draft