www.pudn.com > endecipher.rar > FileOperator.h
// FileOperator.h: interface for the CFileOperator class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_FILEOPERATOR_H__C48BD951_2B13_4107_9063_619909AFD756__INCLUDED_)
#define AFX_FILEOPERATOR_H__C48BD951_2B13_4107_9063_619909AFD756__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class CFileOperator
{
public:
CFileOperator();
virtual ~CFileOperator();
void Path(CString &path);
bool Fread(CString & txt,CString path);
bool Fwrite(char *txt,CString path);
};
#endif // !defined(AFX_FILEOPERATOR_H__C48BD951_2B13_4107_9063_619909AFD756__INCLUDED_)