11 #include "IDirectory.h"    29       bool Create(
const CURL& url) 
override;
    30       bool Exists(
const CURL& url) 
override;
    31       bool Remove(
const CURL& url) 
override;
    35       void ParseResponse(
const tinyxml2::XMLElement* element, 
CFileItem& item);
 DIR_CACHE_TYPE GetCacheType(const CURL &url) const override
How this directory should be cached. 
Definition: DAVDirectory.h:32
Interface to the directory on a file system. 
Definition: IDirectory.h:51
Definition: DAVDirectory.h:23
Represents a list of files. 
Definition: FileItem.h:702
Definition: SkinTimerManager.h:18
Represents a file on a share. 
Definition: FileItem.h:102