interface EntrySync
(js) 
filesystem | 
abstract var filesystem: FileSystemSync | 
(js) 
fullPath | 
abstract var fullPath: String | 
(js) 
isDirectory | 
abstract var isDirectory: Boolean | 
(js) 
isFile | 
abstract var isFile: Boolean | 
(js) 
name | 
abstract var name: String | 
(js) 
copyTo | 
abstract fun copyTo(parent: DirectoryEntrySync, newName: String? = definedExternally): EntrySync | 
(js) 
getMetadata | 
abstract fun getMetadata(): Metadata | 
(js) 
getParent | 
abstract fun getParent(): DirectoryEntrySync | 
(js) 
moveTo | 
abstract fun moveTo(parent: DirectoryEntrySync, newName: String? = definedExternally): EntrySync | 
(js) 
remove | 
abstract fun remove(): Unit | 
(js) 
toURL | 
abstract fun toURL(): String | 
(js) 
DirectoryEntrySync | 
interface DirectoryEntrySync : EntrySync | 
(js) 
FileEntrySync | 
interface FileEntrySync : EntrySync |