Click or drag to resize

DbFileSpec.Rename Method

X#
Overload List
  NameDescription
Public methodCode exampleRename(String, Logic)
Rename the file represented by this file specification.
(Inherited from FileSpec.)
Public methodCode exampleRename(Usual, Usual)
Renames files associated with DBFileSpec object. Only DBF/MEMO and auto-open index files will get renamed. Rename() will not rename a file if it is already open or there is a file name conflict. To rename files to another directory, use the Move() method and supply a different target file name.
Public methodCode exampleRename(FileSpec, Logic)
Rename the file represented by this file specification.
(Inherited from FileSpec.)
Top
See Also