| 34 | } |
| 35 | |
| 36 | void CWorkingFile::SetFileName(const CString& newFilename) |
| 37 | { |
| 38 | m_sFilename = newFilename; |
| 39 | m_sFilename.Replace('/', '\\'); |
| 40 | m_sDescriptiveName.Empty(); |
| 41 | ClearStoredAttributes(); |
| 42 | } |
| 43 | |
| 44 | void CWorkingFile::SetDescriptiveName(const CString& newDescName) |
| 45 | { |
no test coverage detected