Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
class
BambooHRCLI::ConfigManager::LocalFileSystem
Inherits
Reference
<
Object
Class methods
chmod
(path :
String
|
Path
, mode :
Int
|
File::Permissions
) :
Nil
Source
delete
(path :
String
|
Path
) :
Nil
Source
exists?
(path :
String
|
Path
) :
Bool
Source
info
(path :
Path
|
String
, follow_symlinks = true) :
File::Info
Source
read
(path :
String
|
Path
) :
String
Source
write
(path :
String
|
Path
, content :
String
) :
Nil
Source