cbp2make
Makefile generation tool for Code::Blocks IDE
|
Go to the source code of this file.
bool ChangeDir | ( | const CString & | DirPath) |
bool DirExists | ( | const CString & | FileName) |
bool FileExists | ( | const CString & | FileName) |
CString GetCurrentDir | ( | void | ) |
CString HomeDirPath | ( | void | ) |
CString JoinPaths | ( | const CString & | HeadPath, |
const CString & | TailPath, | ||
const char | Separator = PathDelimiter() |
||
) |
bool MakeDir | ( | const CString & | DirPath, |
int | DirMode = 0755 |
||
) |
CString NativePathDelimiter | ( | void | ) |
char PathDelimiter | ( | void | ) |
CString RootDirPath | ( | void | ) |
void SplitFilePathName | ( | const CString & | FilePathName, |
CString & | FilePath, | ||
CString & | FileName, | ||
CString & | FileExt | ||
) |
CString TempDirPath | ( | void | ) |