mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-04-01 12:59:12 +03:00
Updates
This commit is contained in:
@@ -51,4 +51,6 @@ String readFile(const String filename, size_t max_size);
|
||||
/*
|
||||
* Размер файла
|
||||
*/
|
||||
String getFileSize(const String filename);
|
||||
String getFileSize(const String filename);
|
||||
|
||||
bool copyFile(const String src, const String dst, bool overwrite = true);
|
||||
Reference in New Issue
Block a user