Provide file access functions.
More...
#include <Imt.Base.OS.Linux/inc/Imt.Base.OS.Linux/FileIo.h>
|
static std::unique_ptr< std::iostream > | getFileStream (std::string const &path, std::ios_base::openmode mode) |
| Tries to open the given file stream.
|
|
Provide file access functions.
Definition at line 18 of file FileIo.h.
◆ getFileStream()
static std::unique_ptr< std::iostream > imt::base::os::linux::FileIo::getFileStream |
( |
std::string const & |
path, |
|
|
std::ios_base::openmode |
mode |
|
) |
| |
|
static |
Tries to open the given file stream.
- Parameters
-
path | The path to access |
mode | The requested input/output mode for the file |
The documentation for this class was generated from the following file:
- C:/src/imt/Imt.Base-cpp/Imt.Base/Imt.Base.OS.Linux/inc/Imt.Base.OS.Linux/FileIo.h