*renamefile
Renames a file.
Syntax
*renamefile oldname newname
Type
HyperMesh Tcl Modify Command
Description
Renames a file.
Inputs
- oldname
 - The current name of the file being renamed.
 - newname
 - The new name for the file.
 
Example
To rename the file junk to stuff:
*renamefile(junk,stuff)
    Errors
None.