Movatterモバイル変換


[0]ホーム

URL:


Skip to content
Experimental WebAPI
GitHub

FileAndDirectoryEntriesAPI

Types

errorCallback

typeerrorCallback=WebAPI.Prelude.domException=>unit

fileSystem

typefileSystem= {
name:string,
root:fileSystemDirectoryEntry,
}

Record fields

name
string

fileSystemDirectoryEntry

typefileSystemDirectoryEntry= {
isFile:bool,
isDirectory:bool,
name:string,
fullPath:string,
filesystem:fileSystem,
}

Record fields

isFile
bool
isDirectory
bool
name
string
fullPath
string

Module

There are methods and helpers defined in FileSystemDirectoryEntry.

fileSystemDirectoryReader

typefileSystemDirectoryReader= {}

Module

There are methods and helpers defined in FileSystemDirectoryReader.

fileSystemEntriesCallback

typefileSystemEntriesCallback=array<
fileSystemEntry,
>=>unit

fileSystemEntry

typefileSystemEntry= {
isFile:bool,
isDirectory:bool,
name:string,
fullPath:string,
filesystem:fileSystem,
}

Record fields

isFile
bool
isDirectory
bool
name
string
fullPath
string

Module

There are methods and helpers defined in FileSystemEntry.

fileSystemEntryCallback

typefileSystemEntryCallback=fileSystemEntry=>unit

fileSystemFlags

typefileSystemFlags= {
mutablecreate?:bool,
mutableexclusive?:bool,
}

Record fields

create
option< bool >
exclusive
option< bool >

[8]ページ先頭

©2009-2025 Movatter.jp