class

AgentApropos::Filesystem

Inherits Reference < Object

Instance methods

append(path : String, content : String) : Nil
Source
exists?(path : String) : Bool
Source
glob(base : Path, pattern : String) : Array(String)
Source
read(path : String) : String
Source
read?(path : String) : String | Nil
Source
remove(path : String) : Nil
Source
write(path : String, content : String) : Nil
Source

Nested types