Package-level declarations
Types
Link copied to clipboard
class Stat(val path: VirtualPath, val baseDirectory: BaseDirectory = CurrentWorkingDirectory, val followSymlinks: Boolean = true)
Retrieves information about the file at the given path. If path is relative, it will be resolved using the baseDirectory provided.
Link copied to clipboard
Retrieves information about the currently open file fd.
Link copied to clipboard
class StructStat(val deviceId: Long, val inode: Long, val mode: Int, val type: Filetype, val links: Long, val usedId: Long, val groupId: Long, val specialFileDeviceId: Long, val size: Long, val blockSize: Long, val blocks: Long, val accessTime: StructTimespec, val modificationTime: StructTimespec, val changeStatusTime: StructTimespec)
Link copied to clipboard