trait FsPromises extends Object
- Annotations
- @JSType() @native()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- FsPromises
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def access(path: Path, mode: FileMode): Promise[Unit]
- def appendFile(file: FileDescriptor, data: Buffer): Promise[Unit]
- def appendFile(file: FileDescriptor, data: String): Promise[Unit]
- def appendFile(file: Path, data: Buffer): Promise[Unit]
- def appendFile(file: Path, data: String): Promise[Unit]
- def appendFile(file: FileDescriptor, data: Buffer, encoding: String): Promise[Unit]
- def appendFile(file: Path, data: String, encoding: String): Promise[Unit]
- def appendFile(file: FileDescriptor, data: Buffer, options: FileAppendOptions): Promise[Unit]
- def appendFile(file: Path, data: String, options: FileAppendOptions): Promise[Unit]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def chmod(path: Path, mode: FileMode): Promise[Unit]
- def chown(path: Path, uid: UID, gid: GID): Promise[Unit]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def copyFile(src: Path, target: Path, flag: Int): Promise[Unit]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
- def lchmod(path: Path, mode: FileMode): Promise[Unit]
- def lchown(path: Path, uid: UID, gid: GID): Promise[Unit]
- def link(existingPath: Path, newPath: Path): Promise[Unit]
- def lstat(path: Path, options: StatOptions): Promise[StatsVariant]
- def mkdir(path: Path, mode: FileMode): Promise[Unit]
- def mkdir(path: Path): Promise[Unit]
- def mkdir(path: Path, options: MkdirOptions): Promise[Unit]
- def mkdtemp(prefix: String): Promise[String]
- def mkdtemp(prefix: String, encoding: String): Promise[String]
- def mkdtemp(prefix: String, options: FileEncodingOptions): Promise[String]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def open(path: Path): Promise[FileHandle]
- def open(path: Path, flags: Flags): Promise[FileHandle]
- def open(path: Path, flags: Flags, mode: FileMode): Promise[FileHandle]
- def opendir(path: Path): Promise[Dir]
- def opendir(path: Path, options: OpendirOptions): Promise[Dir]
- def propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
- def readdir(path: Path): Promise[Array[String]]
- def readdir(path: Path, options: FileEncodingOptions): Promise[Array[String]]
- def readdir(path: Path, encoding: String): Promise[Array[String]]
- def readdir(path: Path, options: ReaddirOptions): Promise[|[Array[String], Array[Dirent]]]
- def readlink(path: Path, options: FileEncodingOptions): Promise[Output]
- def readlink(path: Path, options: String): Promise[Output]
- def readlink(path: Path): Promise[String]
- def rename(oldPath: Path, newPath: Path): Promise[Unit]
- def rmdir(path: Path, options: RmdirOptions): Promise[Unit]
- def rmdir(path: Path): Promise[Unit]
- def stat(path: Path): Promise[StatsVariant]
- def stat(path: Path, options: StatOptions): Promise[StatsVariant]
- def symlink(target: Path, path: Path): Promise[Unit]
- def symlink(target: Path, path: Path, type: String): Promise[Unit]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toLocaleString(): String
- Definition Classes
- Object
- def toString(): String
- Definition Classes
- AnyRef → Any
- def truncate(path: Path): Promise[Unit]
- def truncate(path: Path, length: Int): Promise[Unit]
- def unlink(path: Path): Promise[Unit]
- def utimes(path: Path, atime: Time, mtime: Time): Promise[Unit]
- def valueOf(): Any
- Definition Classes
- Object
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def writeFile(file: FileHandle, data: BufferLike, options: FileWriteOptions): Promise[Unit]
- def writeFile(file: FileHandle, data: String, options: FileWriteOptions): Promise[Unit]
- def writeFile(file: Path, data: BufferLike, options: FileWriteOptions): Promise[Unit]
- def writeFile(file: Path, data: String, options: FileWriteOptions): Promise[Unit]