Yet another whoopies, but this time it's my fault. sorry.
This commit is contained in:
@@ -98,7 +98,7 @@ static bool WinMoveFileInternal( const CString &sOldPath, const CString &sNewPat
|
||||
|
||||
bool WinMoveFile( CString sOldPath, CString sNewPath )
|
||||
{
|
||||
if( WinMoveFileInternal( DoPathReplace(sOldPath), DoPathReplace(sNewPath) )
|
||||
if( WinMoveFileInternal( DoPathReplace(sOldPath), DoPathReplace(sNewPath) ) )
|
||||
return true;
|
||||
if( GetLastError() != ERROR_ACCESS_DENIED )
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user