11 #include "IDirectory.h"    12 #include "utils/XBMCTinyXML.h"    23     bool AllowAll()
 const override { 
return true; }
    29     std::string GetNode(
const CURL& path);
    36     TiXmlElement *LoadXML(
const std::string &xmlFile);
 Interface to the directory on a file system. 
Definition: IDirectory.h:51
bool Exists(const CURL &url) override
Check for directory existence. 
Definition: LibraryDirectory.cpp:157
Definition: XBMCTinyXML.h:33
Represents a list of files. 
Definition: FileItem.h:702
Definition: LibraryDirectory.h:16
bool AllowAll() const override
Whether to allow all files/folders to be listed. 
Definition: LibraryDirectory.h:23
bool GetDirectory(const CURL &url, CFileItemList &items) override
Get the items of the directory strPath. 
Definition: LibraryDirectory.cpp:32