kvision / pl.treksoft.kvision.electron / App / getFileIcon

getFileIcon

(js) abstract fun getFileIcon(path: String, callback: (error: Error, icon: NativeImage) -> Unit): Unit
abstract fun getFileIcon(path: String, options: FileIconOptions, callback: (error: Error, icon: NativeImage) -> Unit): Unit