
BBjFileSystem::recoverFile
Description
Rebuilds any recoverable file type based on the internal recovery information contained within the file. This includes MKEYED, XKEYED, and VKEYED file types.
Syntax
Return Value |
Method |
recoverFile(string fileName) |
Parameters
Variable |
Description |
fileName |
Specifies the name of the file to be recovered. |
Return Value
If the file recovery is successful, this returns a BBjRecoverFileStatus object with information about the file recovery.
Remarks
None.
Example
REM Recover an MKEYED/XKEYED file |
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.