SourceForge.net Logo
Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

PmtMisc.cpp File Reference

#include <iostream>
#include "PmtMisc.h"
#include "EkStrings.h"
#include "PmtError.h"
#include <stdio.h>

Include dependency graph for PmtMisc.cpp:

Functions

bool PmtCopyFile (const char *fromPath, const char *toPath, bool overwriteIfExists)
 Copies file. More...

FILE * PmtFOpen (const char *filename, const char *mode)
 A version of fopen that works on all our platforms. More...

bool PmtFileExists (const char *filename)
 Does file exist. More...

SPmtString PmtChangePathSlashes (const char *path)
 Return modified path for PMT use. More...

bool PmtGetOSSpecificFilePathForXmlParser (SPmtString &filePath)


Function Documentation

SPmtString PmtChangePathSlashes const char *    path
 

Return modified path for PMT use.

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.

bool PmtFileExists const char *    filename
 

Does file exist.

FILE* PmtFOpen const char *    filename,
const char *    mode
 

A version of fopen that works on all our platforms.

bool PmtGetOSSpecificFilePathForXmlParser SPmtString   filePath
 

Last Updated: March 12, 2003 (rlr)
Copyright © 2003 Eastman Kodak Company All Rights Reserved.