16 #include "IDirectory.h" 31 bool AllowAll()
const override {
return true; }
35 static std::string GetFriendlyName(
const CURL& url);
Interface to the directory on a file system.
Definition: IDirectory.h:51
bool AllowAll() const override
Whether to allow all files/folders to be listed.
Definition: UPnPDirectory.h:31
Represents a list of files.
Definition: FileItem.h:702
Definition: UPnPDirectory.h:23
bool Resolve(CFileItem &item) const override
Resolves a given item to a playable item.
Definition: UPnPDirectory.cpp:360
bool GetDirectory(const CURL &url, CFileItemList &items) override
Get the items of the directory strPath.
Definition: UPnPDirectory.cpp:181
Represents a file on a share.
Definition: FileItem.h:102