Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
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
symlink
(target :
String
, link_path :
String
) :
Nil
Source
write
(path :
String
, content :
String
) :
Nil
Source
Nested types
AgentApropos::Filesystem::Error
AgentApropos::Filesystem::Real