kvision / pl.treksoft.kvision.cordova / DirectoryEntrySync

DirectoryEntrySync

(js) interface DirectoryEntrySync : EntrySync

Functions

(js)

createReader

abstract fun createReader(): DirectoryReaderSync
(js)

getDirectory

abstract fun getDirectory(path: String, options: Flags? = definedExternally): DirectoryEntrySync
(js)

getFile

abstract fun getFile(path: String, options: Flags? = definedExternally): FileEntrySync
(js)

removeRecursively

abstract fun removeRecursively(): Unit