|
Namespaces |
| namespace | NWindows |
| namespace | NWindows::NFile |
| namespace | NWindows::NFile::NDirectory |
Classes |
| class | NWindows::NFile::NDirectory::CTempFile |
| class | NWindows::NFile::NDirectory::CTempFileW |
| class | NWindows::NFile::NDirectory::CTempDirectory |
| class | NWindows::NFile::NDirectory::CTempDirectoryW |
Functions |
| bool | NWindows::NFile::NDirectory::MyGetWindowsDirectory (CSysString &path) |
| bool | NWindows::NFile::NDirectory::MyGetSystemDirectory (CSysString &path) |
| bool | NWindows::NFile::NDirectory::MySetFileAttributes (LPCTSTR fileName, DWORD fileAttributes) |
| bool | NWindows::NFile::NDirectory::MySetFileAttributes (LPCWSTR fileName, DWORD fileAttributes) |
| bool | NWindows::NFile::NDirectory::MyMoveFile (LPCTSTR existFileName, LPCTSTR newFileName) |
| bool | NWindows::NFile::NDirectory::MyMoveFile (LPCWSTR existFileName, LPCWSTR newFileName) |
| bool | NWindows::NFile::NDirectory::MyRemoveDirectory (LPCTSTR pathName) |
| bool | NWindows::NFile::NDirectory::MyRemoveDirectory (LPCWSTR pathName) |
| bool | NWindows::NFile::NDirectory::MyCreateDirectory (LPCTSTR pathName) |
| bool | NWindows::NFile::NDirectory::CreateComplexDirectory (LPCTSTR _aPathName) |
| bool | NWindows::NFile::NDirectory::MyCreateDirectory (LPCWSTR pathName) |
| bool | NWindows::NFile::NDirectory::CreateComplexDirectory (LPCWSTR _aPathName) |
| bool | NWindows::NFile::NDirectory::DeleteFileAlways (LPCTSTR name) |
| bool | NWindows::NFile::NDirectory::DeleteFileAlways (LPCWSTR name) |
| bool | NWindows::NFile::NDirectory::RemoveDirectoryWithSubItems (const CSysString &path) |
| bool | NWindows::NFile::NDirectory::MyGetShortPathName (LPCTSTR longPath, CSysString &shortPath) |
| bool | NWindows::NFile::NDirectory::MyGetFullPathName (LPCTSTR fileName, CSysString &resultPath, int &fileNamePartStartIndex) |
| bool | NWindows::NFile::NDirectory::MyGetFullPathName (LPCTSTR fileName, CSysString &path) |
| bool | NWindows::NFile::NDirectory::GetOnlyName (LPCTSTR fileName, CSysString &resultName) |
| bool | NWindows::NFile::NDirectory::GetOnlyDirPrefix (LPCTSTR fileName, CSysString &resultName) |
| bool | NWindows::NFile::NDirectory::MyGetFullPathName (LPCWSTR fileName, UString &resultPath, int &fileNamePartStartIndex) |
| bool | NWindows::NFile::NDirectory::MyGetFullPathName (LPCWSTR fileName, UString &path) |
| bool | NWindows::NFile::NDirectory::GetOnlyName (LPCWSTR fileName, UString &resultName) |
| bool | NWindows::NFile::NDirectory::GetOnlyDirPrefix (LPCWSTR fileName, UString &resultName) |
| bool | NWindows::NFile::NDirectory::MySetCurrentDirectory (LPCTSTR path) |
| bool | NWindows::NFile::NDirectory::MyGetCurrentDirectory (CSysString &path) |
| bool | NWindows::NFile::NDirectory::MySetCurrentDirectory (LPCWSTR path) |
| bool | NWindows::NFile::NDirectory::MySearchPath (LPCTSTR path, LPCTSTR fileName, LPCTSTR extension, CSysString &resultPath, UINT32 &filePart) |
| bool | NWindows::NFile::NDirectory::MySearchPath (LPCWSTR path, LPCWSTR fileName, LPCWSTR extension, UString &resultPath, UINT32 &filePart) |
| bool | NWindows::NFile::NDirectory::MySearchPath (LPCTSTR path, LPCTSTR fileName, LPCTSTR extension, CSysString &resultPath) |
| bool | NWindows::NFile::NDirectory::MySearchPath (LPCWSTR path, LPCWSTR fileName, LPCWSTR extension, UString &resultPath) |
| bool | NWindows::NFile::NDirectory::MyGetTempPath (CSysString &path) |
| UINT | NWindows::NFile::NDirectory::MyGetTempFileName (LPCTSTR dirPath, LPCTSTR prefix, CSysString &path) |
| UINT | NWindows::NFile::NDirectory::MyGetTempFileName (LPCWSTR dirPath, LPCWSTR prefix, UString &path) |
| bool | NWindows::NFile::NDirectory::CreateTempDirectory (LPCTSTR prefix, CSysString &dirName) |