11 #include "filesystem/IDirectory.h" 19 #define PROPERTY_EVENT_IDENTIFIER "Event.ID" 20 #define PROPERTY_EVENT_LEVEL "Event.Level" 21 #define PROPERTY_EVENT_DESCRIPTION "Event.Description" 35 bool AllowAll()
const override {
return true; }
37 static std::shared_ptr<CFileItem> EventToFileItem(
38 const std::shared_ptr<const IEvent>& activity);
Interface to the directory on a file system.
Definition: IDirectory.h:50
Represents a list of files.
Definition: FileItem.h:713
bool AllowAll() const override
Whether to allow all files/folders to be listed.
Definition: EventsDirectory.h:35
bool Exists(const CURL &url) override
Check for directory existence.
Definition: EventsDirectory.h:34
bool Create(const CURL &url) override
Create the directory.
Definition: EventsDirectory.h:33
Definition: EventsDirectory.h:25
bool GetDirectory(const CURL &url, CFileItemList &items) override
Get the items of the directory strPath.
Definition: EventsDirectory.cpp:20
Represents a file on a share.
Definition: FileItem.h:102