Jump to content

Rename a file: Difference between revisions

m
m (Update Lang example: Fix spelling of Lang)
m (→‎{{header|Wren}}: Minor tidy)
Line 1,572:
{{libheader|Wren-ioutil}}
Wren-cli does not currently have the ability to rename directories, just files.
<syntaxhighlight lang="ecmascriptwren">import "./ioutil" for FileUtil
 
FileUtil.move("input.txt", "output.txt")
9,490

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.