This project has retired. For details please refer to its Attic page.
Lucy::Store::Folder – C API Documentation
Apache Lucy™

Lucy::Store::Folder

parcel Lucy
class variable LUCY_FOLDER
struct symbol lucy_Folder
class nickname lucy_Folder
header file Lucy/Store/Folder.h

Name

Lucy::Store::Folder – Abstract class representing a directory.

Description

A “file” within a Folder might be a real file on disk – or it might be a RAM buffer. Similarly, Delete() might delete a file from the file system, or a key-value pair from a hash, or something else.

The archetypal implementation of Folder, FSFolder, represents a directory on the file system holding a collection of files.

Inheritance

Lucy::Store::Folder is a Clownfish::Obj.