Putting Buffers in main to test things out.

This commit is contained in:
2023-10-12 00:22:30 -07:00
parent 2dcc577f57
commit ba27e132e3
5 changed files with 118 additions and 15 deletions

1
File.h
View File

@@ -47,6 +47,7 @@ static constexpr std::ios::openmode DefaultMode =
class File {
public:
File(std::string fPath);
File(std::filesystem::path fPath);
const std::string Path();
void SetPath(const std::string &fPath);