RosettaCodeData/Task/Create-a-file/Plain-English/create-a-file.plain

10 lines
249 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
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.