OpenTREP Logo  0.07.18
C++ Open Travel Request Parsing Library
Loading...
Searching...
No Matches
ServiceUtilities.hpp
Go to the documentation of this file.
1#ifndef __OPENTREP_SVC_SERVICEUTILITIES_HPP
2#define __OPENTREP_SVC_SERVICEUTILITIES_HPP
3
4// //////////////////////////////////////////////////////////////////////
5// Import section
6// //////////////////////////////////////////////////////////////////////
7// STL
8#include <string>
9
10namespace OPENTREP {
11
14 public:
18 static bool isDirectory (const std::string& iPath);
19 };
20
21}
22#endif // __OPENTREP_SVC_SERVICEUTILITIES_HPP
static bool isDirectory(const std::string &iPath)