11 #include "IDirectory.h" 21 bool AllowAll()
const override {
return true; }
Interface to the directory on a file system.
Definition: IDirectory.h:51
Represents a list of files.
Definition: FileItem.h:702
bool AllowAll() const override
Whether to allow all files/folders to be listed.
Definition: PlaylistDirectory.h:21
Definition: PlaylistDirectory.h:15
bool GetDirectory(const CURL &url, CFileItemList &items) override
Get the items of the directory strPath.
Definition: PlaylistDirectory.cpp:23