connectivitymodules/SeCon/services/ftp/src/sconfshandler.cpp
changeset 36 9ba7f05d28a5
parent 22 1a3f0bca12c6
--- a/connectivitymodules/SeCon/services/ftp/src/sconfshandler.cpp	Wed Jun 23 18:02:53 2010 +0300
+++ b/connectivitymodules/SeCon/services/ftp/src/sconfshandler.cpp	Tue Jul 06 14:06:02 2010 +0300
@@ -1454,6 +1454,13 @@
             // C:\\Data is visible, not exluded
             exluded = EFalse;
             }
+#ifdef SCON_SHOW_LOGS_FOLDER
+        else if ( aFullPath.FindF( KSConLogsPath ) == KDriveLength )
+            {
+            // C:\\Logs is visible, not exluded
+            exluded = EFalse;
+            }
+#endif
         else {
             // other paths on C-drive are exluded
             LOGGER_WRITE_1("CSConFsHandler::IsExludedPath() Path '%S' is not visible to user", &aFullPath);