isFile property

Returns true if the WebKitEntry is a WebKitFileEntry, false otherwise.

Syntax

JavaScript

 

Remarks

The WebKitFileEntry interface is a type of WebKitEntry, but with an additional file method for processing the given file with a supplied callback.

See also

WebKitEntry

 

 

Show: