PosixStatInfo

data class PosixStatInfo(val size: Long, val isDirectory: Boolean, val mode: Int = 0)

Constructors

Link copied to clipboard
constructor(size: Long, isDirectory: Boolean, mode: Int = 0)

Properties

Link copied to clipboard
Link copied to clipboard
val mode: Int = 0
Link copied to clipboard
val size: Long