![]() |
Dataflow Runtime API
4.0.1.0
|
Provide file access functions. More...
#include <Imt.Base.OS.Linux/FileIo.h>
Static Public Member Functions | |
static std::unique_ptr< std::iostream > | getFileStream (std::filesystem::path const &path, std::ios_base::openmode mode) |
Tries to open the given file stream. More... | |
Provide file access functions.
|
static |
Tries to open the given file stream.
path | The path to access |
mode | The requested input/output mode for the file |