User Mode API

The user mode API comes in two pieces, both of which must be deployed with the application:

  • A Python module named cbfsdisk.py.
  • A native library (unmanaged), named pycbfsdisk20.dll, available for both 32-bit (x86) and 64-bit (x64) processor architectures.

Both of these are included in the product's Python package, <install_dir>\cbfsdisk-20.0.xxxx.tar.gz, which should be installed using pip:

> cd C:\path\to\install_dir
> pip install cbfsdisk-20.0.xxxx.tar.gz

Once the product's Python package has been installed, the module can be imported and used: from cbfsdisk import *

Remember to deploy the drivers and supplementary DLLs too, as they are an integral part of CBFS Disk.

 
 
Copyright (c) 2020 Callback Technologies, Inc. - All rights reserved.
CBFS Disk 2020 Python Edition - Version 20.0 [Build 7650]