package io
- Alphabetic
- Public
- All
Type Members
-
trait
JSFs extends Any
Facade for native nodejs module "fs".
Facade for native nodejs module "fs".
- Annotations
- @RawJSType() @native()
- See also
https://nodejs.org/api/fs.html
-
trait
JSModules extends Any
Facade for the native nodejs modules API
Facade for the native nodejs modules API
- Annotations
- @RawJSType() @native()
- See also
https://nodejs.org/api/modules.html
-
trait
JSPath extends Any
Facade for native nodejs module "path".
Facade for native nodejs module "path".
- Annotations
- @RawJSType() @native()
- See also
https://nodejs.org/api/path.html
-
trait
JSProcess extends Any
Facade for the native nodejs process API
Facade for the native nodejs process API
The process object is a global that provides information about, and control over, the current Node.js process. As a global, it is always available to Node.js applications without using require().
- Annotations
- @RawJSType() @native()
- See also
https://nodejs.org/api/process.html
-
trait
JSStats extends Any
Facade for nodejs class fs.Stats.
Facade for nodejs class fs.Stats.
- Annotations
- @RawJSType() @native()
- See also
https://nodejs.org/api/fs.html#fs_class_fs_stats
- final case class ListFiles(root: io.AbsolutePath, files: List[io.RelativePath]) extends Seq[io.AbsolutePath] with Product with Serializable
- case class NodeNIOPath(filename: String) extends Path with Product with Serializable
Value Members
- object FileIO
- object InputStreamIO
- object JSIO
- object NodeNIOPath extends Serializable
- object PathIO
- object PlatformFileIO
- object PlatformPathIO