CBFS Vault 2020 C++ Builder Edition

Questions / Feedback?

Recursive Calls

To ensure stable operation, it is critical to avoid accessing drives and filesystems recursively. Essentially, this means that event handlers must not perform any operations involving the drive or filesystems that the event fired for (i.e., don't read from/write to files on it, don't unmount the media, etc.).

Copyright (c) 2022 Callback Technologies, Inc. - All rights reserved.
CBFS Vault 2020 C++ Builder Edition - Version 20.0 [Build 8145]