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