KinoSearch::Store::FSFolder - File System implementation of Folder.
my $folder = KinoSearch::Store::FSFolder->new(
path => '/path/to/folder',
);
Implementation of KinoSearch::Store::Folder using a single file system directory and multiple files.
my $folder = KinoSearch::Store::FSFolder->new(
path => '/path/to/folder',
);
KinoSearch::Store::FSFolder isa KinoSearch::Store::Folder isa KinoSearch::Object::Obj.
Copyright 2005-2011 Marvin Humphrey
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.