Description of EL File System Component :
Eternal Lines File System (ELFS) is a file storage component for use with Delphi 5-7.ELFS allows you to store multiple files and directories within a single file, much like files and directories are stored on a hard drive.ELFS is useful when your application uses a large number of data files. All the files are stored in a single file on the host systemFeatures:* Encryption. * Native Delphi code, no external libraries or controls required. * Delphi VCL component for rapid integration. * Delphi TStream implementation for compatibility with existing Delphi code.