#pragma once namespace Jenga{ namespace Common{ class FileSystem { public: static void SearchFiles( Jenga::Common::Strings &resultOfFullPath, const std::string &findStr, bool isNeedDirResults = false ); }; }}