CBFS Storage 2020 Delphi Edition

Questions / Feedback?

IsCBFSStorageVault Method

Checks whether a local file is a CBFS Storage vault.

function IsCBFSStorageVault(): Boolean;

Remarks

This method checks whether the file specified by the VaultFile property is a CBFS Storage vault that can be opened by the component. The file being checked must be fully closed when this method is called.

If the specified file is a CBFS Storage vault, this method returns True; otherwise it returns False.

If the CallbackMode property is enabled, the check will be performed via the appropriate Vault* events (and the value held by VaultFile is simply passed to such events for the application to use).

Note that this method uses a simple detection mechanism; it doesn't perform a full consistency check or attempt any repairs, so applications may still need to call CheckAndRepair even if this method returns True. If an error occurs during the detection process, this method raises an exception.

Note: This method cannot be called when Active is True, and cannot be called within events.

Copyright (c) 2021 Callback Technologies, Inc. - All rights reserved.
CBFS Storage 2020 Delphi Edition - Version 20.0 [Build 8031]