decl file f
f.create "output.txt"
f.createdir "docs"
# in the root directory
f.create "/output.txt"
f.createdir "/docs"