1 #ifndef LIBFILEZILLA_RECURSIVE_REMOVE_HEADER
2 #define LIBFILEZILLA_RECURSIVE_REMOVE_HEADER
7 #include "private/windows.hpp"
35 bool remove(std::list<native_string> dirsToVisit);
42 virtual bool confirm()
const {
return true; }
45 virtual void adjust_shfileop(SHFILEOPSTRUCT & op);
Recursively deletes directories.
Definition: recursive_remove.hpp:22
virtual bool confirm() const
Can be overriden to ask the user for a confirmation.
Definition: recursive_remove.hpp:42
std::wstring native_string
A string in the system's native character type and encoding. Note: This typedef changes depending on...
Definition: string.hpp:31
Sets some global macros and further includes string.hpp.