?? common.h
字號(hào):
#pragma once
namespace CCommon
{
CString GetFilePath(LPCTSTR lpszFilePath);
CString GetFileName(LPCTSTR lpszFilePath);
CString GetFileExtName(LPCTSTR lpszFilePath);
CString GetDirFrontDirPath(const CString &strDirPath);
BOOL CreateEmptyFile(LPCTSTR lpszFilePath);
void WinExecAndWait32(LPCTSTR lpszAppPath, LPCTSTR lpParameters = NULL, LPCTSTR lpszDirectory = NULL);
BOOL DeleteDirectory(const char *DirName);
int RandNum(const int nLength);
BOOL BuildProjectSuccessed(const CString &strBuildLogFile);
int FindFiles(const CString strDir, CStringArray &arsFiles,
const CString strFileExtName = "*");
int FindStringPos(const CStringArray &Array, const CString& str);
};
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -