RosettaCodeData/Task/Rename-a-file/00DESCRIPTION
2016-12-05 22:15:40 +01:00

14 lines
531 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>