Packages

c

io.scalajs.nodejs.fs

FsExtensions

implicit final class FsExtensions extends AnyVal

File System Extensions

Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FsExtensions
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new FsExtensions(fs: Fs)

    fs

    the given file system instance

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##(): Int
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  4. def accessFuture(path: |[String, Buffer], mode: FileMode = null): Promise[Unit]
    Annotations
    @inline()
  5. def appendFileFuture(file: |[String, Buffer], data: |[String, Buffer], options: AppendOptions): Promise[Unit]
    Annotations
    @inline()
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def closeFuture(fd: FileDescriptor): Promise[Unit]
    Annotations
    @inline()
  8. def fdatasyncFuture(fd: FileDescriptor): Promise[Unit]
    Annotations
    @inline()
  9. val fs: Fs
  10. def futimesFuture(fd: FileDescriptor, atime: Integer, mtime: Integer): Promise[Unit]
    Annotations
    @inline()
  11. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. def lchmodFuture(path: |[String, Buffer], mode: FileMode): Promise[Unit]
    Annotations
    @inline()
  14. def lchownFuture(path: |[String, Buffer], uid: Integer, gid: Integer): Promise[Unit]
    Annotations
    @inline()
  15. def linkFuture(srcpath: |[String, Buffer], dstpath: |[String, Buffer]): Promise[Unit]
    Annotations
    @inline()
  16. def mkdirFuture(path: |[String, Buffer], mode: |[FileMode, Any] = null): Promise[Unit]
    Annotations
    @inline()
  17. def readFileFuture(file: String, options: FileInputOptions = null): Promise[Any]
    Annotations
    @inline()
  18. def realpathFuture(path: String, options: FileEncodingOptions = null): Promise[Unit]
    Annotations
    @inline()
  19. def renameFuture(oldPath: String, newPath: String): Promise[Unit]
    Annotations
    @inline()
  20. def rmdirFuture(path: |[Buffer, String]): Promise[Unit]
    Annotations
    @inline()
  21. def statFuture(path: String): Promise[Stats]
    Annotations
    @inline()
  22. def symlinkFuture(target: |[String, Buffer], path: |[String, Buffer], type: String = null): Promise[Unit]
    Annotations
    @inline()
  23. def toString(): String
    Definition Classes
    Any
  24. def unlinkFuture(path: |[String, Buffer]): Promise[Unit]
    Annotations
    @inline()
  25. def unwatchFile(filename: |[String, Buffer]): Promise[Unit]
    Annotations
    @inline()
  26. def utimes(path: |[String, Buffer], atime: Int, mtime: Int): Promise[Unit]
    Annotations
    @inline()
  27. def watchFuture(filename: String, options: FSWatcherOptions = null): Promise[(String, String)]
    Annotations
    @inline()
  28. def writeFileFuture(file: String, data: |[String, Buffer], options: FileOutputOptions = null): Promise[Unit]
    Annotations
    @inline()

Inherited from AnyVal

Inherited from Any

Ungrouped