6 lines
141 B
Text
6 lines
141 B
Text
|
|
RenameFile("input.txt", "output.txt")
|
||
|
|
RenameFile("docs\", "mydocs\")
|
||
|
|
|
||
|
|
RenameFile("/input.txt","/output.txt")
|
||
|
|
RenameFile("/docs\","/mydocs\")
|