Callback File System (CBFS) is a software component (library) for presenting various data as files and directories of a local virtual disk
Callback File System (CBFS) is a software component (library) for presenting various data as files and directories of a local virtual disk. Regardless of where the actual data are kept: in files, in database records, memory, or elsewhere - they will be treated as if they were parts of a single file system.
With Callback File System component you can create your own file system within the application you develop and expose this file system to Windows as a virtual disk or a folder of existing disk. You don't need any kernel-mode development to implement your own file system. Use C++, C#, Visual Basic .NET, Delphi or even Java to expose any data as a file system to third-party processes. Such approach lets you offer information stored in the database or across network, as if they were files on the local disk.
What's new in this version:
Version 6.1.179: Possibility to re-route all file requests for specific file to the existing file so that no further callbacks / events are fired. Possibility to request CbFsHandleInfo object for some events, where it was not available as a parameter.
Operating systems:
Windows 2000/XP/2003/Vista/Server 2008/7/8/10
Date:
26.05.2016
Related Software