HOG2
utils
FileUtil.h
Go to the documentation of this file.
1
/*
2
* $Id: FileUtil.h
3
* hog2
4
*
5
* Created by Junwen Shen on 4/25/23.
6
*
7
* This file is part of HOG2. See https://github.com/nathansttt/hog2 for licensing information.
8
*
9
*/
10
11
#ifndef HOG2_FILEUTIL_H
12
#define HOG2_FILEUTIL_H
13
14
#include <string>
15
20
bool
FileExists
(
const
std::string &filename);
21
22
#endif // HOG2_FILEUTIL_H
FileExists
bool FileExists(const std::string &filename)
Check if a file exists.
Definition:
FileUtil.cpp:29
Generated by
1.8.17