BBjRecoverFileStatus::getOriginalFileType

Description

In BBj 18.0 and higher, this method returns the file recovery type.

Syntax

Return Value

Method

int

getOriginalFileType()

Parameters

None.

Return Value

The file type of the original file.

Remarks

None.

Example

rem ' Recover a file

status! = BBjAPI().getFileSystem().recoverFile("recoverFile.dat")
print "Recovery file type:",status!.getOriginalFileType()

See Also

BBjAPI

BBjFileSystem

BBjRecoverFileStatus

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