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