11 #include "filesystem/IDirectory.h"    27   bool Create(
const std::string& path);
 Definition: PosixDirectory.h:16
Interface to the directory on a file system. 
Definition: IDirectory.h:51
bool GetDirectory(const CURL &url, CFileItemList &items) override
Get the items of the directory strPath. 
Definition: PosixDirectory.cpp:28
Represents a list of files. 
Definition: FileItem.h:702
bool Remove(const CURL &url) override
Removes the directory. 
Definition: PosixDirectory.cpp:124
bool Exists(const CURL &url) override
Check for directory existence. 
Definition: PosixDirectory.cpp:196
bool Create(const CURL &url) override
Create the directory. 
Definition: PosixDirectory.cpp:97
bool RemoveRecursive(const CURL &url) override
Recursively removes the directory. 
Definition: PosixDirectory.cpp:132