16 #include "IDirectory.h" 31 bool AllowAll()
const override {
return true; }
34 static const char* GetFriendlyName(
const CURL& url);
Interface to the directory on a file system.
Definition: IDirectory.h:50
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:713
Definition: UPnPDirectory.h:23
bool GetDirectory(const CURL &url, CFileItemList &items) override
Get the items of the directory strPath.
Definition: UPnPDirectory.cpp:182
Represents a file on a share.
Definition: FileItem.h:102