Stat Result
Stats for a file with name as name.
data class StatResult(name: String, absolutePath: PathComponent, canonicalPath: PathComponent, createdAt: Double?, modifiedAt: Double?, size: Double?, type: FileType)
Content copied to clipboard
Constructors
StatResult
Link copied to clipboard
fun StatResult(name: String, absolutePath: PathComponent, canonicalPath: PathComponent, createdAt: Double?, modifiedAt: Double?, size: Double?, type: FileType)
Content copied to clipboard
Functions
component1
Link copied to clipboard
component2
Link copied to clipboard
component3
Link copied to clipboard
component4
Link copied to clipboard
component5
Link copied to clipboard
component6
Link copied to clipboard
component7
Link copied to clipboard
copy
Link copied to clipboard
fun copy(name: String, absolutePath: PathComponent, canonicalPath: PathComponent, createdAt: Double?, modifiedAt: Double?, size: Double?, type: FileType): StatResult
Content copied to clipboard
equals
Link copied to clipboard
Properties
absolutePath
Link copied to clipboard
Absolute path to the file
canonicalPath
Link copied to clipboard
Canonical path to the file. May differ from the input
createdAt
Link copied to clipboard
modifiedAt
Link copied to clipboard
Date when file was last modified.
name
Link copied to clipboard