DirFile.h
上传用户:hbzxgg2
上传日期:2009-03-28
资源大小:291k
文件大小:1k
源码类别:

Windows Mobile

开发平台:

Visual C++

  1. #pragma once
  2. #include "global.h"
  3. DLL_INTERNAL int WriteDataToFile(LPCTSTR filename,void* data,long size,LPCTSTR mode, int nStartPos=-1 );
  4. DLL_INTERNAL int ReadDataFromFile(LPCTSTR filename,void* data,long size, int nStartPos=-1);
  5. DLL_INTERNAL CString StandardizationFileForPathName ( LPCTSTR lpszFileOrPathName, BOOL bIsFileName, char cReplaceChar=_T('_') );
  6. DLL_INTERNAL void StandardizationPathBuffer ( LPTSTR szPath, int nSize, TCHAR cFlagChar=_T('\') );
  7. DLL_INTERNAL CString StandardizationPathBuffer ( LPTSTR lpszPath, TCHAR cFlagChar=_T('\') );
  8. DLL_INTERNAL BOOL PartFileAndPathByFullPath (
  9. IN LPCTSTR lpszFilePath,
  10. OUT TCHAR *szOnlyFileName,
  11. int nFileNameSize,
  12. OUT TCHAR *szOnlyPath =NULL,
  13. int nPathSize=0
  14. );
  15. DLL_INTERNAL int hwGetFileAttr ( LPCTSTR lpFileName, DWORD *p_dwCreateTime=NULL );