FutureBasic Logo

<<    Index    >> FutureBasic

rename   statement



Syntax
rename oldURL { to | , } newURL

Description
Changes the name of a file or folder from the name specified in oldURL to the name specified in newURL. see Appendix A - File Object Specifiers, for more information. rename may be used to move an item into a different directory.

See also
Appendix A - File Object Specifiers