All Classes Functions Variables
WinAPIFileUtils.hpp
1 #ifndef WINAPIFILEUTILS_H
2 #define WINAPIFILEUTILS_H
3 
4 #include <string>
5 
6 namespace EnjoLib
7 {
9 {
10  public:
11  void CreateDirs(const std::string & Path);
12 
13  protected:
14  private:
15 };
16 }
17 
18 #endif // WINAPIFILEUTILS_H