11 #include "IDirectory.h" Interface to the directory on a file system. 
Definition: IDirectory.h:51
bool Exists(const CURL &url) override
Check for directory existence. 
Definition: FavouritesDirectory.cpp:29
Represents a list of files. 
Definition: FileItem.h:702
bool GetDirectory(const CURL &url, CFileItemList &items) override
Get the items of the directory strPath. 
Definition: FavouritesDirectory.cpp:22
Definition: FavouritesDirectory.h:19
Represents a file on a share. 
Definition: FileItem.h:102