The FileSystemFlags dictionary defines a set of values which used when specifying option flags when calling certain methods the File and Directory Entries API. Methods which accept an options of this type may specify zero or more of these flags as fields an object, like this:
The FileSystemFlags dictionary defines a set of values which used when specifying option flags when calling certain methods the File and Directory Entries API. Methods which accept an options of this type may specify zero or more of these flags as fields an object, like this:
(create this)
Property.
The create property on the file.FileSystemFlags
dictionary
used to indicate whether or not the file should be created if
missing. FileSystemFlags is only used when calling file.FileSystemDirectoryEntry.getFile()
file.FileSystemDirectoryEntry.getDirectory()
.
fileSystemFlags.create = booleanValue
See also: https://developer.mozilla.org/en-US/docs/Web/API/FileSystemFlags/create
Property. The create property on the `file.FileSystemFlags` dictionary used to indicate whether or not the file should be created if missing. FileSystemFlags is only used when calling `file.FileSystemDirectoryEntry.getFile()` `file.FileSystemDirectoryEntry.getDirectory()`. `fileSystemFlags.create = booleanValue` See also: `https://developer.mozilla.org/en-US/docs/Web/API/FileSystemFlags/create`
(exclusive this)
Property.
The exclusive property on the file.FileSystemFlags
dictionary
used in tandem with the create property to determine whether
not it's acceptable to require that the file not already exist
the reference to it is created by calling file.FileSystemDirectoryEntry.getFile()
file.FileSystemDirectoryEntry.getDirectory()
.
fileSystemFlags.exclusive = booleanValue
See also: https://developer.mozilla.org/en-US/docs/Web/API/FileSystemFlags/exclusive
Property. The exclusive property on the `file.FileSystemFlags` dictionary used in tandem with the create property to determine whether not it's acceptable to require that the file not already exist the reference to it is created by calling `file.FileSystemDirectoryEntry.getFile()` `file.FileSystemDirectoryEntry.getDirectory()`. `fileSystemFlags.exclusive = booleanValue` See also: `https://developer.mozilla.org/en-US/docs/Web/API/FileSystemFlags/exclusive`
(set-create! this val)
Property.
The create property on the file.FileSystemFlags
dictionary
used to indicate whether or not the file should be created if
missing. FileSystemFlags is only used when calling file.FileSystemDirectoryEntry.getFile()
file.FileSystemDirectoryEntry.getDirectory()
.
fileSystemFlags.create = booleanValue
See also: https://developer.mozilla.org/en-US/docs/Web/API/FileSystemFlags/create
Property. The create property on the `file.FileSystemFlags` dictionary used to indicate whether or not the file should be created if missing. FileSystemFlags is only used when calling `file.FileSystemDirectoryEntry.getFile()` `file.FileSystemDirectoryEntry.getDirectory()`. `fileSystemFlags.create = booleanValue` See also: `https://developer.mozilla.org/en-US/docs/Web/API/FileSystemFlags/create`
(set-exclusive! this val)
Property.
The exclusive property on the file.FileSystemFlags
dictionary
used in tandem with the create property to determine whether
not it's acceptable to require that the file not already exist
the reference to it is created by calling file.FileSystemDirectoryEntry.getFile()
file.FileSystemDirectoryEntry.getDirectory()
.
fileSystemFlags.exclusive = booleanValue
See also: https://developer.mozilla.org/en-US/docs/Web/API/FileSystemFlags/exclusive
Property. The exclusive property on the `file.FileSystemFlags` dictionary used in tandem with the create property to determine whether not it's acceptable to require that the file not already exist the reference to it is created by calling `file.FileSystemDirectoryEntry.getFile()` `file.FileSystemDirectoryEntry.getDirectory()`. `fileSystemFlags.exclusive = booleanValue` See also: `https://developer.mozilla.org/en-US/docs/Web/API/FileSystemFlags/exclusive`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close