implicit final class FsExtensions extends AnyVal
File System Extensions
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- FsExtensions
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
FsExtensions(fs: Fs)
- fs
the given file system instance
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
-
def
accessFuture(path: |[String, Buffer], mode: FileMode = null): Promise[Unit]
- Annotations
- @inline()
-
def
appendFileFuture(file: |[String, Buffer], data: |[String, Buffer], options: AppendOptions): Promise[Unit]
- Annotations
- @inline()
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
closeFuture(fd: FileDescriptor): Promise[Unit]
- Annotations
- @inline()
-
def
fdatasyncFuture(fd: FileDescriptor): Promise[Unit]
- Annotations
- @inline()
- val fs: Fs
-
def
futimesFuture(fd: FileDescriptor, atime: Integer, mtime: Integer): Promise[Unit]
- Annotations
- @inline()
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
lchmodFuture(path: |[String, Buffer], mode: FileMode): Promise[Unit]
- Annotations
- @inline()
-
def
lchownFuture(path: |[String, Buffer], uid: Integer, gid: Integer): Promise[Unit]
- Annotations
- @inline()
-
def
linkFuture(srcpath: |[String, Buffer], dstpath: |[String, Buffer]): Promise[Unit]
- Annotations
- @inline()
-
def
mkdirFuture(path: |[String, Buffer], mode: |[FileMode, Any] = null): Promise[Unit]
- Annotations
- @inline()
-
def
readFileFuture(file: String, options: FileInputOptions = null): Promise[Any]
- Annotations
- @inline()
-
def
realpathFuture(path: String, options: FileEncodingOptions = null): Promise[Unit]
- Annotations
- @inline()
-
def
renameFuture(oldPath: String, newPath: String): Promise[Unit]
- Annotations
- @inline()
-
def
rmdirFuture(path: |[Buffer, String]): Promise[Unit]
- Annotations
- @inline()
-
def
statFuture(path: String): Promise[Stats]
- Annotations
- @inline()
-
def
symlinkFuture(target: |[String, Buffer], path: |[String, Buffer], type: String = null): Promise[Unit]
- Annotations
- @inline()
-
def
toString(): String
- Definition Classes
- Any
-
def
unlinkFuture(path: |[String, Buffer]): Promise[Unit]
- Annotations
- @inline()
-
def
unwatchFile(filename: |[String, Buffer]): Promise[Unit]
- Annotations
- @inline()
-
def
utimes(path: |[String, Buffer], atime: Int, mtime: Int): Promise[Unit]
- Annotations
- @inline()
-
def
watchFuture(filename: String, options: FSWatcherOptions = null): Promise[(String, String)]
- Annotations
- @inline()
-
def
writeFileFuture(file: String, data: |[String, Buffer], options: FileOutputOptions = null): Promise[Unit]
- Annotations
- @inline()