Rename a file: Difference between revisions

Add Plain English
(Omitted EasyLang)
(Add Plain English)
Line 1,015:
mv("/docs", "/mydocs");
}</syntaxhighlight>
 
=={{header|Plain English}}==
<syntaxhighlight lang="text">
To run:
Start up.
\ In the current working directory
Rename ".\input.txt" to ".\output.txt" in the file system.
Rename ".\docs\" to ".\mydocs\" in the file system.
\ In the filesystem root
Rename "C:\input.txt" to "C:\output.txt" in the file system.
Rename "C:\docs\" to "C:\mydocs\" in the file system.
Shut down.
</syntaxhighlight>
 
=={{header|Pop11}}==
175

edits