|
cbp2make
Makefile generation tool for Code::Blocks IDE
|
#include <cstdlib>#include <cstdio>#include <unistd.h>#include "stlfutils.h"#include "sys/stat.h"Variables | |
| const int | MAX_PATH_LENGTH = 0x10000 |
| bool ChangeDir | ( | const CString & | DirPath) |
| bool DirExists | ( | const CString & | DirPath) |
| bool FileExists | ( | const CString & | FileName) |
| CString GetCurrentDir | ( | void | ) |
| CString HomeDirPath | ( | void | ) |
| bool MakeDir | ( | const CString & | DirPath, |
| int | DirMode | ||
| ) |
| CString NativePathDelimiter | ( | void | ) |
| char PathDelimiter | ( | void | ) |
| CString RootDirPath | ( | void | ) |
| void SplitFilePathName | ( | const CString & | FilePathName, |
| CString & | FilePath, | ||
| CString & | FileName, | ||
| CString & | FileExt | ||
| ) |
| CString TempDirPath | ( | void | ) |
| const int MAX_PATH_LENGTH = 0x10000 |
1.8.4