Collapse path when reading redirects (needed for Xbox)

This commit is contained in:
Chris Danford
2003-08-02 19:28:31 +00:00
parent 35f29384a2
commit 34b3cc616a
+5
View File
@@ -515,7 +515,12 @@ CString DerefRedir(const CString &path)
if(sNewFileName == "")
return "";
FixSlashesInPlace( sNewFileName );
CString path2 = sDir+sNewFileName;
CollapsePath( path2 );
ResolvePath( path2 );
return path2;
}