Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
CPathProjectFiles.hpp
Go to the documentation of this file.
1#ifndef LIBS_CONFIG_CPATHPROJECTFILES_HPP_
2#define LIBS_CONFIG_CPATHPROJECTFILES_HPP_
3
4#include "core/CSystem.hpp"
6
7#include <string>
8
10{
11public:
18 static bool isValidProjectDiamarFolder(const std::string &folderProject, AbstractLog *logger);
19};
20
21#endif /* LIBS_CONFIG_CPATHPROJECTFILES_HPP_ */
Definition AbstractLog.hpp:9
Definition CPathProjectFiles.hpp:10
static bool isValidProjectDiamarFolder(const std::string &folderProject, AbstractLog *logger)
Definition CPathProjectFiles.cpp:33