11 #include "IDirectory.h" 31 void ParseResponse(
const TiXmlElement *pElement,
CFileItem &item);
bool Exists(const CURL &url) override
Check for directory existence.
Definition: DAVDirectory.cpp:200
DIR_CACHE_TYPE GetCacheType(const CURL &url) const override
How this directory should be cached.
Definition: DAVDirectory.h:28
Interface to the directory on a file system.
Definition: IDirectory.h:50
Definition: DAVDirectory.h:19
bool Create(const CURL &url) override
Create the directory.
Definition: DAVDirectory.cpp:181
Represents a list of files.
Definition: FileItem.h:713
bool GetDirectory(const CURL &url, CFileItemList &items) override
Get the items of the directory strPath.
Definition: DAVDirectory.cpp:99
bool Remove(const CURL &url) override
Removes the directory.
Definition: DAVDirectory.cpp:213
Represents a file on a share.
Definition: FileItem.h:102