filemanager/Engine/src/CFileManagerActiveExecute.cpp
branchRCL_3
changeset 5 1e73d2d04cbc
parent 1 d1daf54a55b5
equal deleted inserted replaced
1:d1daf54a55b5 5:1e73d2d04cbc
   112     if ( aOverWrite == ENoOverWrite )
   112     if ( aOverWrite == ENoOverWrite )
   113         {
   113         {
   114         iItemIterator->CurrentL( &iSrc, &iDst, iItemType );
   114         iItemIterator->CurrentL( &iSrc, &iDst, iItemType );
   115         }
   115         }
   116 
   116 
   117     if ( ( iDst && iDst->Length() > KMaxFileName ) || !iDst )
   117     if ( iDst && iDst->Length() > KMaxFileName )
   118         {
   118         {
   119         error = KErrBadName;
   119         error = KErrBadName;
   120         TRequestStatus* status = &iStatus;
   120         TRequestStatus* status = &iStatus;
   121         User::RequestComplete( status, error );              
   121         User::RequestComplete( status, error );              
   122         }
   122         }