Initial commit
This commit is contained in:
8
client/include/fileManip.hpp
Normal file
8
client/include/fileManip.hpp
Normal file
@@ -0,0 +1,8 @@
|
||||
#include <string>
|
||||
#include <dirent.h>
|
||||
|
||||
#pragma once
|
||||
|
||||
bool dirExist(const std::string &path);
|
||||
|
||||
bool initializeStorage();
|
||||
Reference in New Issue
Block a user