FileAndDirectoryEntriesAPI
Types
errorCallback
typeerrorCallback=WebAPI.Prelude.domException=>unitfileSystem
typefileSystem= {name:string,root:fileSystemDirectoryEntry,}Record fields
fileSystemDirectoryEntry
typefileSystemDirectoryEntry= {isFile:bool,isDirectory:bool,name:string,fullPath:string,filesystem:fileSystem,}Record fields
Module
There are methods and helpers defined in FileSystemDirectoryEntry.
fileSystemDirectoryReader
typefileSystemDirectoryReader= {}Module
There are methods and helpers defined in FileSystemDirectoryReader.
fileSystemEntriesCallback
typefileSystemEntriesCallback=array<fileSystemEntry,>=>unitfileSystemEntry
typefileSystemEntry= {isFile:bool,isDirectory:bool,name:string,fullPath:string,filesystem:fileSystem,}Record fields
Module
There are methods and helpers defined in FileSystemEntry.
fileSystemEntryCallback
typefileSystemEntryCallback=fileSystemEntry=>unitfileSystemFlags
typefileSystemFlags= {mutablecreate?:bool,mutableexclusive?:bool,}Record fields
create
option< bool >
exclusive
option< bool >