build types, untested recursive_remove function in fs
This commit is contained in:
@@ -11,6 +11,7 @@ namespace cellar {
|
||||
namespace fs {
|
||||
extern vector<string> listdir(string path);
|
||||
extern bool recursive_copy(string, string);
|
||||
extern bool recursive_remove(string);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user