⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 globle.h

📁 我要下载源代码我要源代码我要下载代码我要下载源代码
💻 H
字号:
// Globle.h
//Globle.h 
#if !defined  GLOBLE_H
#define  GLOBLE_H

// Delete ReadOnly File whithout prompt a warrning message.
void DeleteReadOnlyFile(CString FileName);
// Remove a no empty directory. 
void RemoveDirectory(CString strPath);
// Copy file from SouceFileName to TargetFileName
BOOL FileCopy(CString SouceFileName,CString TargetFileName);
// Copy all contents in strSourcePath to strTargetPath.
void CopyDirectory(CString strTargetPath, CString strSourcePath);
// Get size files number and sub directory number in a given directory(strPath)
void GetSizeContentInFolder(CString strPath, int &nSize, int &nFileNumber, int &nFolderNumber);
// Get the specified directory attribute 
void GetAttribute(CString strPath,  int bAttribute[], CString strAttribute[]);

#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -