BBjRecoverFileStatus::getOriginalFilename

Description

In BBj 18.0 and higher, this method returns the file recovery filename. This is now the recovered file. The original file has been backed up.

Syntax

Return Value

Method

string

getOriginalFilename()

Parameters

None.

Return Value

The filename of the original file recovered. This is now the recovered file. The original file has been backed up.

Remarks

None.

Example

rem ' Recover a file

status! = BBjAPI().getFileSystem().recoverFile("recoverFile.dat")
print "Recovery filename:",status!.getOriginalFilename()

See Also

BBjAPI

BBjFileSystem

BBjRecoverFileStatus

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