
| Name | Description | Type | Use |
|---|---|---|---|
| path | Either an absolute path or a relative path from this DirectoryEntry to the directory to be looked up or created. |
DOMstring
|
required |
| options |
|
Flags
|
optional |
| successCallback | A callback that is called to return the DirectoryEntry selected or created. | function |
optional |
| errorCallback | A callback that is called when errors happen. | function |
optional |
The Flags type is a simple JavaScript Object with the following
strucuture:
{
boolean create,
boolean exclusive
}