|
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members File Members
PmtMisc.h File Reference#include <stdio.h>
#include "PmtCoreDefs.h"
Include dependency graph for PmtMisc.h:
This graph shows which files directly or indirectly include this file:
Function Documentation
PMTCORE_DECL SPmtString PmtChangePathSlashes |
( |
const char * |
path |
) |
|
|
|
Return modified path for PMT use.
|
PMTCORE_DECL bool PmtCopyFile |
( |
const char * |
fromPath, |
|
|
const char * |
toPath, |
|
|
bool |
overwriteIfExists |
|
) |
|
|
|
Copies file.
-
Parameters:
-
overwriteIfExists |
determines whether or not to overwrite toPath file, if it already exists. |
-
Returns:
-
true if success; false if failure.
|
PMTCORE_DECL bool PmtFileExists |
( |
const char * |
filename |
) |
|
|
PMTCORE_DECL FILE* PmtFOpen |
( |
const char * |
filename, |
|
|
const char * |
mode |
|
) |
|
|
|
A version of fopen that works on all our platforms.
|
PMTCORE_DECL bool PmtGetOSSpecificFilePathForXmlParser |
( |
SPmtString & |
filePath |
) |
|
|
Variable Documentation
const int MAX_PATH_LEN = 512
|
|
|