Back Previous Next


Linguist basic package - rename

Syntax:

   rename file {old name} to {new name}

Keyword handler:

   net.eclecity.linguist.basic.keyword.BasicKRename.class

Runtime handler(s):

   net.eclecity.linguist.basic.handler.BasicHRename.class

Function:

This renames a file on disk. If an error occurs the file will be unchanged.

Example(s):

   rename file "file.old" to "file.txt"


Back Previous Next ollections.