FileInfoResult

org.llm4s.toolapi.builtin.filesystem.FileInfoResult
See theFileInfoResult companion object
case class FileInfoResult(path: String, name: String, exists: Boolean, isFile: Boolean, isDirectory: Boolean, isSymlink: Boolean, size: Long, sizeHuman: String, createdAt: Long, lastModified: Long, lastAccessed: Long, isReadable: Boolean, isWritable: Boolean, isExecutable: Boolean, extension: Option[String])

Detailed information about a file.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product