Gocator Development Kit
 All Classes Files Functions Variables Typedefs Friends Modules Pages
kStatus GdkFile_Rename ( const kChar from,
const kChar to 
)

Rename the file.

DO NOT CALL THIS FUNCTION FROM A GDK TOOL_VProcess CALLBACK DO NOT CALL THIS FUNCTION FROM A GDK TOOL_VStop CALLBACK

Parameters
fromCurrent filename. (Name of the file to rename. Name must include "user/" in front of the file name. For example, "user/foo" to access file "foo").
toTo be renamed filename. (Name of the new file. Name must include "user/" in front of the file name. For example, "user/foonew" to access file "foonew").
Returns
Operation status.