4 lines
158 B
D
4 lines
158 B
D
std.file.rename("input.txt","output.txt");
|
|
std.file.rename("/input.txt","/output.txt");
|
|
std.file.rename("docs","mydocs");
|
|
std.file.rename("/docs","/mydocs");
|