8 lines
121 B
Text
8 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"
|