![JAR search and dependency download from the Maven repository](/logo.png)
chrome.filesystem.bindings.FileEntry.scala Maven / Gradle / Ivy
package chrome.filesystem.bindings
import scala.scalajs.js
@js.native
trait FileEntry extends js.Object {
val fullPath: String = js.native
val isDirectory: Boolean = js.native
val isFile: Boolean = js.native
val name: String = js.native
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy