#include <vmsFileUtil.h>
Static Public Member Functions | |
| static void | BuildPath (LPCSTR pszPath) |
| static fsString | GetPathFromPathName (LPCSTR pszPathName) |
| static void | BuildPathToFile (LPCSTR pszFileName) |
| static void | GetAppDataPath (LPCSTR pszAppName, LPSTR szPath) |
| static void | MakePathOK (LPSTR szPath, bool bNeedBackslashAtEnd=true) |
| static void | BuildPath (LPCSTR pszPath) |
| static fsString | GetPathFromPathName (LPCSTR pszPathName) |
| static void | BuildPathToFile (LPCSTR pszFileName) |
| static void | GetAppDataPath (LPCSTR pszAppName, LPSTR szPath) |
| static void | MakePathOK (LPSTR szPath, bool bNeedBackslashAtEnd=true) |
| static void | ReadHeader (vmsFile &file, fsString &strDesc, WORD &wVersion) |
| static void | WriteHeader (vmsFile &file, LPCSTR pszDesc, WORD wVersion) |
| static void | ReadString (vmsFile &file, fsString &str) |
| static void | WriteString (vmsFile &file, LPCSTR psz) |
Definition at line 16 of file vmsFileUtil.h.
| void vmsFileUtil::BuildPath | ( | LPCSTR | pszPath | ) | [static] |
Definition at line 54 of file vmsFileUtil.cpp.
References FALSE, GetLastError(), LPSTR, MakePathOK(), and NULL.
Referenced by BuildPathToFile().
Definition at line 42 of file vmsFileUtil.cpp.
References LPSTR, MakePathOK(), and NULL.
Referenced by BuildPathToFile().
| void vmsFileUtil::BuildPathToFile | ( | LPCSTR | pszFileName | ) | [static] |
Definition at line 26 of file vmsFileUtil.cpp.
References MakePathOK(), and NULL.
Referenced by vmsFirefoxUtil::GetDataPath().
Definition at line 9 of file vmsFileUtil.cpp.
References LPSTR.
Referenced by BuildPath(), GetAppDataPath(), vmsFirefoxUtil::GetDataPath(), and GetPathFromPathName().
| static void vmsFileUtil::BuildPath | ( | LPCSTR | pszPath | ) | [static] |
| static void vmsFileUtil::BuildPathToFile | ( | LPCSTR | pszFileName | ) | [static] |
Definition at line 44 of file vmsFileUtil.cpp.
References vmsFDM::vmsFile::Read(), and ReadString().
Definition at line 38 of file vmsFileUtil.cpp.
References vmsFDM::vmsFile::Write(), and WriteString().
Definition at line 17 of file vmsFileUtil.cpp.
References l, and vmsFDM::vmsFile::Read().
Referenced by ReadHeader(), and vmsFILE_READ().
Definition at line 10 of file vmsFileUtil.cpp.
References l, and vmsFDM::vmsFile::Write().
Referenced by vmsFILE_SAVE(), and WriteHeader().
1.5.6