#include "Utils.h" //inline bool Utils::exists(const char* path) //{ // struct stat buffer; // return (stat(path, &buffer) == 0); //}