Function mrpt::system::os::fopen(const std::string&, const char *)
Defined in File os.h
Function Documentation
-
FILE *mrpt::system::os::fopen(const std::string &fileName, const char *mode) noexcept
An OS-independent version of fopen (std::string version)
- Returns:
It will always return nullptr on any error.