RENAME

RENAME file, newfile

Renames the specified file file to newfile.

Example:

' Create a file
A = 1
tsave "test.txt", A

' Rename file
rename "test.txt", "test_renamed.txt"
File
If there is insufficient information on this page and you wish learn more about RENAME, please send an email to smallbasic@gmail.com. You can help to improve information about RENAME by submitting a pull request, click View Source for details. Note, an offline language reference text file is also available - see the Download section.