core/src/commands.cpp
changeset 42 e81b4e28b3e2
parent 26 5d370dafea69
child 51 3ad902ef5222
equal deleted inserted replaced
41:4a2ffd3562a3 42:e81b4e28b3e2
   354 			return;
   354 			return;
   355 			}
   355 			}
   356 		}
   356 		}
   357 	else
   357 	else
   358 		{
   358 		{
       
   359 		iDir.Normalize(FsL());
   359 		LeaveIfFileNotFound(iDir);
   360 		LeaveIfFileNotFound(iDir);
   360 		if (!iDir.IsDirL(FsL()))
   361 		if (!iDir.IsDirL(FsL()))
   361 			{
   362 			{
   362 			Complete(KErrBadName, _L("%S is not a directory"), &iDir);
   363 			Complete(KErrBadName, _L("%S is not a directory"), &iDir);
   363 			return;
   364 			return;