- [Main Page](index.md)
- [Classes](annotated.md)
- [Files](files.md)
- [Directories](dirs.md)
- [Related Pages](pages.md)
- [File List](files.md)
- [File Members](globals.md)
MacFiles.h File Reference¶
#include "Exports.h"
Include dependency graph for MacFiles.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines |
|
| #define | SF_MATAC 0x0001 |
| #define | SF_MATOC 0x0002 |
| #define | SF_MOTAC 0x0004 |
| #define | SF_MOTOC 0x0008 |
| #define | SF_SHOWDIR 0x1000 |
| #define | PATH_SEPARATOR '\\' |
| #define | PATH_SEPARATOR_STR "\\" |
| #define | MacFindFirst(pName, type, creator, flags, pFD) FindFirstFile(pName,pFD) |
| #define | MacFindNext FindNextFile |
| #define | MacFindClose FindClose |
| #define | MacGetModuleFileName(hModule, path, ptSize) GetModuleFileName(hModule,path,ptSize) |
| #define | MacFileCount(path) |
| #define | cpxFindFirst(pName, type, creator, flags, pFD) FindFirstFile(pName,pFD) |
| #define | cpxFindNext FindNextFile |
| #define | cpxFindClose FindClose |
| #define | cpxGetModuleFileName(hModule, path, ptSize) GetModuleFileName(hModule,path,ptSize) |
| #define | cpxFileCount(path) |
| #define | cpxGetRealFileName |
| #define | cpxGetSystemDirectory(path, uSize) GetWindowsDirectory(path,uSize) |
| #define | cpxGetDiskFreeSpace GetDiskFreeSpace |
| #define | cpxGetFileAttributes(pName, type, creator) GetFileAttributes(pName) |
| #define | ALL_FILES_FILTER "*.*|****" |
| #define | MacGetTempFile cpxGetTempFile |
Functions |
|
| CString FILEIOEXPORT | cpxGetTempFile (LPCTSTR lpPathName, LPCTSTR lpPrefixString, UINT uUnique) |
| BOOL FILEIOEXPORT | cpxExec (BOOL wait, LPCSTR progname, char **argv) |
| BOOL FILEIOEXPORT | cpxVolumeCanDenyOpen (LPCSTR volume) |
| BOOL FILEIOEXPORT | cpxCanLockFiles (LPCSTR volume) |
| void FILEIOEXPORT | StripExtension (CString &fName) |
| void FILEIOEXPORT | AddPathSeparator (CString &fName) |