equal
deleted
inserted
replaced
873 //If here then no prefered config file has been specified. |
873 //If here then no prefered config file has been specified. |
874 //Find default input file |
874 //Find default input file |
875 if ( !bInFound ) |
875 if ( !bInFound ) |
876 { |
876 { |
877 RFs fs; |
877 RFs fs; |
878 fs.Connect(); |
878 User::LeaveIfError(fs.Connect()); |
879 CleanupClosePushL(fs); |
879 CleanupClosePushL(fs); |
880 TUint dummy; |
880 TUint dummy; |
881 |
881 |
882 if(fs.Att(XML_TARGET,dummy)==KErrNone) |
882 if(fs.Att(XML_TARGET,dummy)==KErrNone) |
883 { |
883 { |