Dataflow Runtime API  4.0.1.0
Static Public Member Functions | List of all members
imt::base::os::linux::FileIo Class Reference

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...
 

Detailed Description

Provide file access functions.

Member Function Documentation

◆ getFileStream()

static std::unique_ptr<std::iostream> imt::base::os::linux::FileIo::getFileStream ( std::filesystem::path 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: