11 #include "MediaSource.h" 13 #include "filesystem/IDirectory.h" 28 int Open(
const CURL &url);
31 int OpenDir(
const CURL &url, std::string& strAuth);
bool Remove(const CURL &url) override
Removes the directory.
Definition: SMBDirectory.cpp:337
Interface to the directory on a file system.
Definition: IDirectory.h:51
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: SMBDirectory.cpp:58
bool Create(const CURL &url) override
Create the directory.
Definition: SMBDirectory.cpp:320
DIR_CACHE_TYPE GetCacheType(const CURL &url) const override
How this directory should be cached.
Definition: SMBDirectory.h:23
bool Exists(const CURL &url) override
Check for directory existence.
Definition: SMBDirectory.cpp:357
Definition: SMBDirectory.h:17