mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-11 18:34:58 +01:00
First working implementation of Streamer, with TCP and SharedMemory.
This commit is contained in:
@@ -54,8 +54,11 @@ namespace SystemToolkit
|
||||
// true of file exists
|
||||
bool file_exists(const std::string& path);
|
||||
|
||||
// create directory and return true on success
|
||||
bool create_directory(const std::string& path);
|
||||
|
||||
// remove file and return true if the file does not exist after this call
|
||||
bool remove_file(const std::string& path);
|
||||
|
||||
// try to open the file with system
|
||||
void open(const std::string& path);
|
||||
|
||||
Reference in New Issue
Block a user