use standard functions
This commit is contained in:
@@ -704,7 +704,7 @@ void Song::Save()
|
||||
{
|
||||
CString sOldPath = m_sSongDir + arrayOldFileNames[i];
|
||||
CString sNewPath = sOldPath + ".old";
|
||||
MoveFile( sOldPath, sNewPath );
|
||||
rename( sOldPath, sNewPath );
|
||||
}
|
||||
|
||||
ReCalculateRadarValuesAndLastBeat();
|
||||
|
||||
Reference in New Issue
Block a user