RosettaCodeData/Task/Create-a-file/Plain-English/create-a-file.plain
2023-07-01 13:44:08 -04:00

9 lines
249 B
Text

To run:
Start up.
\ In the current working directory
Create ".\output.txt" in the file system.
Create ".\docs\" in the file system.
\ In the filesystem root
Create "C:\output.txt" in the file system.
Create "C:\docs\" in the file system.
Shut down.