This activity will rename a file.
On IBM i servers, this activity operates on the integrated file system–you may be able to rename objects in the QSYS file system, but you must use IFS file system notation to do so.
This parameter should contain the full path and name of the file to be renamied.
For example: Windows C:\dir1\myfile.txt
IBM i /indir/myfile.txt
This parameter should contain the new name (and optional extension) of the file. Note that you cannot specify a new drive or path for the destination file. The file is renamed in the same directory containing the existing object.
There are no output parameters.