| 149 | } |
| 150 | |
| 151 | CString CTempFiles::GetTempFilePathString() |
| 152 | { |
| 153 | return CreateTempPath (true, CTGitPath(), false).GetWinPathString(); |
| 154 | } |
| 155 | |
| 156 | CTGitPath CTempFiles::GetTempDirPath(bool bRemoveAtEnd, const CTGitPath& path /* = CTGitPath() */) |
| 157 | { |