Database.RenameFile Method

RenameFile changes the name of a member in a database file.


        database.RenameFile (FilePath, NewName)

Parameters

FilePath
Required.  A string containing the path to the database file as "directory/fileName".
NewName
Required.  A string containing the new file name.

Remarks

Use the RenameFile method to change programmatically the name of a database file.

Requirements

Namespace: ASNA.VisualRPG.Runtime

Assembly: ASNA Visual RPG Runtime (in ASNA.VisualRPG.Runtime.dll)

Platforms: Windows Server 2012, Windows Server 2012 R2, Windows Server 2016, Windows 7, Windows 8, Windows 10.

See Also