Search
virtfs
v0.1.1
Pages
Modules
Settings
View Source
Virtfs.Backend
(virtfs v0.1.1)
Link to this section
Summary
Functions
append(fs, path, content)
append_line(fs, path, content)
cd(fs, path)
cp(fs, src, dest)
cp_r(fs, src, dest)
dir?(fs, path)
exists?(fs, path)
ls(fs, path)
mkdir_p(fs, path)
read(fs, path)
rename(fs, src, dest)
rm(fs, path)
rm_rf(fs, path)
tree(fs, path)
write(fs, path, content)
Link to this section
Functions
Link to this function
append(fs, path, content)
View Source
Link to this function
append_line(fs, path, content)
View Source
Link to this function
cd(fs, path)
View Source
Link to this function
cp(fs, src, dest)
View Source
Link to this function
cp_r(fs, src, dest)
View Source
Link to this function
dir?(fs, path)
View Source
Link to this function
exists?(fs, path)
View Source
Link to this function
ls(fs, path)
View Source
Link to this function
mkdir_p(fs, path)
View Source
Link to this function
read(fs, path)
View Source
Link to this function
rename(fs, src, dest)
View Source
Link to this function
rm(fs, path)
View Source
Link to this function
rm_rf(fs, path)
View Source
Link to this function
tree(fs, path)
View Source
Link to this function
write(fs, path, content)
View Source