Next Topic

Previous Topic

Book Contents

Rename

bool Rename(string sPath,string sNewPath);

Return value

Returns true if the operation was successful or false if otherwise.

Parameters

  • sPath - Path of existing file to be renamed.
  • sNew - Path Path with new file name.