Stats

actual value class Stats(source)

A wrapper value class for a Node.js filesystem Stats object.

See also

expect value class Stats(source)

A wrapper value class for a Node.js filesystem Stats object.

See also

actual value class Stats(source)

A wrapper value class for a Node.js filesystem Stats object.

See also

Properties

Link copied to clipboard
actual val isDirectory: Boolean
expect val isDirectory: Boolean
actual val isDirectory: Boolean
Link copied to clipboard
actual val isFile: Boolean
expect val isFile: Boolean
actual val isFile: Boolean
Link copied to clipboard
actual val isSymbolicLink: Boolean
expect val isSymbolicLink: Boolean
actual val isSymbolicLink: Boolean
Link copied to clipboard
actual val mode: Int
expect val mode: Int
actual val mode: Int
Link copied to clipboard
actual val size: Number
expect val size: Number
actual val size: Number

Functions

Link copied to clipboard
fun unwrap(): dynamic

Unwraps the Stats value class, returning the underlying Node.js Stats as a dynamic object.

fun unwrap(): JsAny

Unwraps the Stats value class, returning the underlying Node.js Stats as a dynamic object.