11 #include "IDirectory.h" 28 bool AllowAll()
const override {
return true; }
bool Exists(const CURL &url) override
Check for directory existence.
Definition: SourcesDirectory.cpp:103
Interface to the directory on a file system.
Definition: IDirectory.h:51
Represents a list of files.
Definition: FileItem.h:721
std::vector< CMediaSource > VECSOURCES
A vector to hold CMediaSource objects.
Definition: MediaSource.h:98
bool GetDirectory(const CURL &url, CFileItemList &items) override
Get the items of the directory strPath.
Definition: SourcesDirectory.cpp:29
bool AllowAll() const override
Whether to allow all files/folders to be listed.
Definition: SourcesDirectory.h:28
Definition: SourcesDirectory.h:20