Index: trunk/ab5.0/jenga/include/common/FileSystem.h
===================================================================
--- trunk/ab5.0/jenga/include/common/FileSystem.h	(revision 694)
+++ trunk/ab5.0/jenga/include/common/FileSystem.h	(revision 694)
@@ -0,0 +1,13 @@
+#pragma once
+
+namespace Jenga{ namespace Common{
+
+
+class FileSystem
+{
+public:
+	static void SearchFiles( Jenga::Common::Strings &resultOfFullPath, const std::string &findStr, bool isNeedDirResults = false );
+};
+
+
+}}
