1Lucy::Store::Folder(3)User Contributed Perl DocumentationLucy::Store::Folder(3)
2
3
4

NAME

6       Lucy::Store::Folder - Abstract class representing a directory.
7

SYNOPSIS

9           # Abstract base class.
10

DESCRIPTION

12       A XfileX within a Folder might be a real file on disk X or it might be
13       a RAM buffer.  Similarly, Delete() might delete a file from the file
14       system, or a key-value pair from a hash, or something else.
15
16       The archetypal implementation of Folder, FSFolder, represents a
17       directory on the file system holding a collection of files.
18

INHERITANCE

20       Lucy::Store::Folder isa Clownfish::Obj.
21
22
23
24perl v5.32.0                      2020-07-28            Lucy::Store::Folder(3)
Impressum