realpath

object realpath
class Object
trait Matchable
class Any

Value members

Concrete methods

@inline
def apply(path: PathLike, callback: Function2[ErrnoException | Null, String, Unit]): Unit
@inline
def apply(path: PathLike, options: BufferEncoding, callback: Function2[ErrnoException | Null, String, Unit]): Unit
@inline
def apply(path: PathLike, options: BaseEncodingOptions, callback: Function2[ErrnoException | Null, Buffer | String, Unit]): Unit
@inline
def apply(path: PathLike, options: BufferEncodingOption, callback: Function2[ErrnoException | Null, Buffer, Unit]): Unit
@inline
def apply(path: PathLike, options: String, callback: Function2[ErrnoException | Null, String | Buffer, Unit]): Unit
@inline
def apply(path: PathLike, options: Null, callback: Function2[ErrnoException | Null, Buffer | String, Unit]): Unit
@inline
def apply(path: PathLike, options: Unit, callback: Function2[ErrnoException | Null, Buffer | String, Unit]): Unit
@inline
def native(path: PathLike, callback: Function2[ErrnoException | Null, String, Unit]): Unit
@inline
def native(path: PathLike, options: BufferEncoding, callback: Function2[ErrnoException | Null, String, Unit]): Unit
@inline
def native(path: PathLike, options: BaseEncodingOptions, callback: Function2[ErrnoException | Null, Buffer | String, Unit]): Unit
@inline
def native(path: PathLike, options: BufferEncodingOption, callback: Function2[ErrnoException | Null, Buffer, Unit]): Unit
@inline
def native(path: PathLike, options: String, callback: Function2[ErrnoException | Null, String | Buffer, Unit]): Unit
@inline
def native(path: PathLike, options: Null, callback: Function2[ErrnoException | Null, Buffer | String, Unit]): Unit
@inline
def native(path: PathLike, options: Unit, callback: Function2[ErrnoException | Null, Buffer | String, Unit]): Unit

Concrete fields

@JSImport("node:fs", "realpath") @native
val ^: Any