11 #include "IDirectory.h" bool GetDirectory(const CURL &url, CFileItemList &items) override
Get the items of the directory strPath.
Definition: HTTPDirectory.cpp:31
Interface to the directory on a file system.
Definition: IDirectory.h:51
Represents a list of files.
Definition: FileItem.h:721
bool Exists(const CURL &url) override
Check for directory existence.
Definition: HTTPDirectory.cpp:304
Definition: HTTPDirectory.h:15
DIR_CACHE_TYPE GetCacheType(const CURL &url) const override
How this directory should be cached.
Definition: HTTPDirectory.h:22