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