realpath

external object realpath(source)

Functions

Link copied to clipboard
fun native(path: PathLike, callback: (err: ErrnoException?, resolvedPath: String) -> Unit)
fun native(path: PathLike, options: BufferEncodingOption, callback: (err: ErrnoException?, NonSharedBuffer) -> Unit)
fun native(path: PathLike, options: EncodingOption, callback: (err: ErrnoException?, resolvedPath: Any) -> Unit)

fun native(path: PathLike, options: EncodingOption, callback: (err: ErrnoException?, resolvedPath: String) -> Unit)

Asynchronous realpath(3).