class

VirtualFs::OsDir

Inherits VirtualFs::Container / Reference / Object

Constructors

new(path : String, *, excludes : Array(String) = [] of String, includes : Array(String) = [] of String)
Source

Instance methods

close
Source
delete(path : String) : Bool
Source
index
Source
mkdir(path : String) : Nil
Source
read_slice(entry : Index::Entry, offset : Int64, length : Int32 | Nil) : Bytes
Source
root
Source
writable?
Source
write(path : String, data : Bytes) : Bool
Source