11 #include "filesystem/IDirectory.h" 26 bool AllowAll()
const override {
return true; }
27 DIR_CACHE_TYPE
GetCacheType(
const CURL& url)
const override {
return DIR_CACHE_NEVER; }
Interface to the directory on a file system.
Definition: IDirectory.h:51
Definition: AndroidAppDirectory.h:18
Represents a list of files.
Definition: FileItem.h:721
bool Exists(const CURL &url) override
Check for directory existence.
Definition: AndroidAppDirectory.h:25
DIR_CACHE_TYPE GetCacheType(const CURL &url) const override
How this directory should be cached.
Definition: AndroidAppDirectory.h:27
bool GetDirectory(const CURL &url, CFileItemList &items) override
Get the items of the directory strPath.
Definition: AndroidAppDirectory.cpp:25
bool AllowAll() const override
Whether to allow all files/folders to be listed.
Definition: AndroidAppDirectory.h:26