00001
00002
00003
00004
00005
00006 #if !defined(AFX_VMSFILEUTIL_H__A3E2F9DA_BF0E_43B9_AF5C_84C1AB7A72A6__INCLUDED_)
00007 #define AFX_VMSFILEUTIL_H__A3E2F9DA_BF0E_43B9_AF5C_84C1AB7A72A6__INCLUDED_
00008
00009 #if _MSC_VER > 1000
00010 #pragma once
00011 #endif
00012
00013 #include <windows.h>
00014 #include <fsString.h>
00015
00016 class vmsFileUtil
00017 {
00018 public:
00019 static void BuildPath (LPCSTR pszPath);
00020 static fsString GetPathFromPathName (LPCSTR pszPathName);
00021 static void BuildPathToFile (LPCSTR pszFileName);
00022 static void GetAppDataPath (LPCSTR pszAppName, LPSTR szPath);
00023 static void MakePathOK (LPSTR szPath, bool bNeedBackslashAtEnd = true);
00024 };
00025
00026 #endif