'bool CopyFile2( CString sSrcFile, CString sDstFile ); // using "CopyFile" gives "unresolved external" link error in VC6'
use "FileCopy" instead
This commit is contained in:
@@ -1101,7 +1101,7 @@ void FileWrite(RageFile& f, float fWrite)
|
||||
f.PutLine( ssprintf("%f", fWrite) );
|
||||
}
|
||||
|
||||
bool CopyFile2( CString sSrcFile, CString sDstFile )
|
||||
bool FileCopy( CString sSrcFile, CString sDstFile )
|
||||
{
|
||||
RageFile in;
|
||||
if( !in.Open(sSrcFile, RageFile::READ) )
|
||||
|
||||
Reference in New Issue
Block a user