1Lucy::Store::Folder(3)User Contributed Perl DocumentationLucy::Store::Folder(3)
2
3
4
6 Lucy::Store::Folder - Abstract class representing a directory.
7
9 # Abstract base class.
10
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
20 Lucy::Store::Folder isa Clownfish::Obj.
21
22
23
24perl v5.34.0 2022-01-21 Lucy::Store::Folder(3)