Start Back Next End
  
ZBasic System Library
ZBasic Microcontrollers
18
File.Rename
Type
Function returning Integer
Invocation
File.Rename(oldName, newName)
Parameter
Method
Type
Description
oldName
ByVal
String
The file to be renamed.
newName
ByVal
String
The new filename.
Discussion
This function attempts to rename the indicated file.  If successful, the return value will be zero otherwise
the return value will be negative indicating an error.
Previous page Top Next page