mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-12-02 23:01:47 +00:00
Add File::open(), use inside File::open_for_append().
This commit is contained in:
@@ -31,6 +31,7 @@ class File {
|
||||
public:
|
||||
~File();
|
||||
|
||||
bool open(const std::string& file_path);
|
||||
bool open_for_append(const std::string& file_path);
|
||||
bool close();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user