Grindstone Game Engine
v0.2.0
An open source game engine and toolkit.
Toggle main menu visibility
Loading...
Searching...
No Matches
Utilities.hpp
1
#ifndef _UTILITIES_H
2
#define _UTILITIES_H
3
4
#include <string>
5
6
bool
CopyFileTo(std::string path, std::string to);
7
bool
CreateFolder(
const
char
* path);
8
std::string SwapExtension(std::string path, std::string ext);
9
std::string sanitizeFileName(std::string name);
10
void
switchSlashes(std::string &path);
11
std::string extractFilename(std::string path);
12
std::string extractFilenameAndExtension(std::string path);
13
14
#endif
sources
code
Editor
Utilities.hpp
Generated by
1.17.0