search

goog.fs.DirectoryEntry.Behavior

Provided By
Typenumber

Behaviors for getting files and directories.

Values

CREATE

Get the file if it exists, create it if it doesn't.

CREATE_EXCLUSIVE

Error out if the file exists, create it if it doesn't.

DEFAULT

Get the file if it exists, error out if it doesn't.