Discuss this help topic in SecureBlackbox Forum

TElDiskFileSystemAdapter class

Properties     Methods     Events     Declared in     Licensing     


TElDiskFileSystemAdapter is a descendant of TElCustomFileSystemAdapter class.

Description

    TElDiskFileSystemAdapter provides a layer for SecureBlackbox components to access the "real" file systems (which you otherwise create using FileStream / TFileStream and related classes). You can restrict access of the components to some branch of directories on the disk by specifying BasePath property, which will be used as a prefix when accessing files.

    Methods of this class should not be called directly from your code (besides a custom descendant class).

    One instance of this class can be shared between several SecureBlackbox components that need file system access, given that properties are not changed after initial setup.

Properties

Inherited from TElCustomFileSystemAdapter

Methods

Inherited from TElCustomFileSystemAdapter

Events

Declared in

.NET:
  • Namespace: SBDiskFSAdapter
  • Assembly: SecureBlackbox
VCL:
  • Unit: SBDiskFSAdapter
Java:
  • Package: SecureBlackbox.Base.jar
C++:
  • sbdiskfsadapter.h

Licensing

To use this class in the development and distribution of your software projects, you need to purchase one of the following licenses:

Any SecureBlackbox package

Discuss this help topic in SecureBlackbox Forum