Deskflow 1.22.0.197
Keyboard and mouse sharing utility
Loading...
Searching...
No Matches
Filesystem.h File Reference
#include <cstdio>
#include <filesystem>
#include <ios>
#include <iosfwd>
Include dependency graph for Filesystem.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  deskflow

Functions

void deskflow::openUtf8Path (std::ifstream &stream, const fs::path &path, std::ios_base::openmode mode)
void deskflow::openUtf8Path (std::ofstream &stream, const fs::path &path, std::ios_base::openmode mode)
void deskflow::openUtf8Path (std::fstream &stream, const fs::path &path, std::ios_base::openmode mode)
std::FILE * deskflow::fopenUtf8Path (const fs::path &path, const std::string &mode)