PosixStatInfo

data class PosixStatInfo(val size: Long, val isDirectory: Boolean, val mode: Int = 0, val timeCreated: DateTime = DateTime.EPOCH, val timeModified: DateTime = DateTime.EPOCH, val timeLastAccess: DateTime = DateTime.EPOCH)

Constructors

Link copied to clipboard
constructor(size: Long, isDirectory: Boolean, mode: Int = 0, timeCreated: DateTime = DateTime.EPOCH, timeModified: DateTime = DateTime.EPOCH, timeLastAccess: DateTime = DateTime.EPOCH)

Properties

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