interface DirectoryEntrySync : EntrySync
(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 |