equal
deleted
inserted
replaced
1452 if ( aFullPath.FindF( PathInfo::PhoneMemoryRootPath() ) == 0 ) |
1452 if ( aFullPath.FindF( PathInfo::PhoneMemoryRootPath() ) == 0 ) |
1453 { |
1453 { |
1454 // C:\\Data is visible, not exluded |
1454 // C:\\Data is visible, not exluded |
1455 exluded = EFalse; |
1455 exluded = EFalse; |
1456 } |
1456 } |
|
1457 #ifdef SCON_SHOW_LOGS_FOLDER |
|
1458 else if ( aFullPath.FindF( KSConLogsPath ) == KDriveLength ) |
|
1459 { |
|
1460 // C:\\Logs is visible, not exluded |
|
1461 exluded = EFalse; |
|
1462 } |
|
1463 #endif |
1457 else { |
1464 else { |
1458 // other paths on C-drive are exluded |
1465 // other paths on C-drive are exluded |
1459 LOGGER_WRITE_1("CSConFsHandler::IsExludedPath() Path '%S' is not visible to user", &aFullPath); |
1466 LOGGER_WRITE_1("CSConFsHandler::IsExludedPath() Path '%S' is not visible to user", &aFullPath); |
1460 exluded = ETrue; |
1467 exluded = ETrue; |
1461 } |
1468 } |