Main Page
Classes
Files
File List
All
Classes
Functions
Variables
Util
WinAPIFileUtils.hpp
1
#ifndef WINAPIFILEUTILS_H
2
#define WINAPIFILEUTILS_H
3
4
#include <string>
5
6
namespace
EnjoLib
7
{
8
class
WinAPIFileUtils
9
{
10
public
:
11
void
CreateDirs(
const
std::string & Path);
12
13
protected
:
14
private
:
15
};
16
}
17
18
#endif // WINAPIFILEUTILS_H
Generated on Sat Feb 23 2013 09:37:37 by
1.8.1.2