BBjRecoverFileStatus::getRecoverBackupFilename

Description

In BBj 18.0 and higher, this method returns the file recovery file name for the recovered file backup. This is the original file that was recovered, the recovered file is now using the original file name.

Syntax

Return Value

Method

string

getRecoverBackupFilename()

Parameters

None.

Return Value

The file name for the recovery backup of the original file.

Remarks

None.

Example

rem ' Recover a file

status! = BBjAPI().getFileSystem().recoverFile("recoverFile.dat")
print "Recovery backup file name:",status!.getRecoverBackupFilename()

See Also

BBjAPI

BBjFileSystem

BBjRecoverFileStatus

See the BBj Object Diagram for an illustration of the relationship between BBj Objects.