RosettaCodeData/Task/Rename-a-file/00-TASK.txt
2023-07-01 13:44:08 -04:00

15 lines
534 B
Text

;Task:
Rename:
:::*   a file called     '''input.txt'''     into     '''output.txt'''     and
:::*   a directory called     '''docs'''     into     '''mydocs'''.
This should be done twice:  
once "here", i.e. in the current working directory and once in the filesystem root.
It can be assumed that the user has the rights to do so.
(In unix-type systems, only the user root would have
sufficient permissions in the filesystem root.)
<br><br>