isDirectory property

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

Syntax

JavaScript

 

Remarks

The WebKitDirectoryEntry interface is a type of WebKitEntry, but with an additional createReader method for reading files in the given directory with a supplied callback.

See also

WebKitEntry

 

 

Show: