You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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.

INPUT Parameters:

FROMFULLNAME: Required

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

TONAME: Required

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.

OUTPUT Parameters:

There are no output parameters.

  • No labels