|
Galactic Bloodshed
|
#include "gb/utils/fileutils.h"Go to the source code of this file.
Functions | |
| void | InitFile (const std::string &path, void *buffer, size_t len) |
| void | EmptyFile (const std::string &path) |
| void EmptyFile | ( | const std::string & | path | ) |
Definition at line 22 of file fileutils.cc.
| void InitFile | ( | const std::string & | path, |
| void * | buffer = nullptr, |
||
| size_t | length = 0 |
||
| ) |
Helper utils and classes for making common operations with files eaiser.
Definition at line 8 of file fileutils.cc.
1.8.13