core/src/fshell.cpp
changeset 54 ea6622dea85a
parent 42 e81b4e28b3e2
child 66 2a78c4ff2eab
equal deleted inserted replaced
52:e07366cad0b2 54:ea6622dea85a
   403 		RFs fs;
   403 		RFs fs;
   404 		CleanupClosePushL(fs);
   404 		CleanupClosePushL(fs);
   405 		User::LeaveIfError(fs.Connect());
   405 		User::LeaveIfError(fs.Connect());
   406 		_LIT(KPath, "%c:\\sys\\bin\\econs.dll");
   406 		_LIT(KPath, "%c:\\sys\\bin\\econs.dll");
   407 		TBuf<32> econsPath;
   407 		TBuf<32> econsPath;
   408 		TChar systemDrive = 'c';
   408 		econsPath.Format(KPath, LtkUtils::GetSystemDrive());
   409 		fs.DriveToChar(fs.GetSystemDrive(), systemDrive);
       
   410 		econsPath.Format(KPath, TUint(systemDrive));
       
   411 		TEntry ioconsEntry;
   409 		TEntry ioconsEntry;
   412 		err = fs.Entry(iocons.FileName(), ioconsEntry);
   410 		err = fs.Entry(iocons.FileName(), ioconsEntry);
   413 		if (err == KErrNone)
   411 		if (err == KErrNone)
   414 			{
   412 			{
   415 			TEntry econsEntry;
   413 			TEntry econsEntry;