MeshLib
 
Loading...
Searching...
No Matches
MRFile.h File Reference
#include "MRMeshFwd.h"
#include <filesystem>
#include <cstdio>

Go to the source code of this file.

Classes

class  MR::File
 the class to open C FILE handle and automatically close it in the destructor More...
 

Namespaces

namespace  MR
 

Functions

MRMESH_API FILE * MR::fopen (const std::filesystem::path &filename, const char *mode)
 this version of fopen unlike std::fopen supports unicode file names on Windows