Imt.Base C++ API V4.1.1.0
Loading...
Searching...
No Matches
imt::base::os::linux::FileIo Class Reference

Provide file access functions. More...

#include <Imt.Base.OS.Linux/inc/Imt.Base.OS.Linux/FileIo.h>

Static Public Member Functions

static std::unique_ptr< std::iostream > getFileStream (std::string const &path, std::ios_base::openmode mode)
 Tries to open the given file stream.
 

Detailed Description

Provide file access functions.

Definition at line 18 of file FileIo.h.

Member Function Documentation

◆ 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
pathThe path to access
modeThe requested input/output mode for the file

The documentation for this class was generated from the following file: