Initial Contribution
This commit is contained in:
12
tools/atree/fs.h
Normal file
12
tools/atree/fs.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef FS_H
|
||||
#define FS_H
|
||||
|
||||
#include <string>
|
||||
|
||||
using namespace std;
|
||||
|
||||
int remove_recursively(const string& path);
|
||||
int mkdir_recursively(const string& path);
|
||||
int copy_file(const string& src, const string& dst);
|
||||
|
||||
#endif // FS_H
|
Reference in New Issue
Block a user