7 lines
121 B
Text
7 lines
121 B
Text
decl file f
|
|
f.create "output.txt"
|
|
f.createdir "docs"
|
|
|
|
# in the root directory
|
|
f.create "/output.txt"
|
|
f.createdir "/docs"
|