Console Library 4.7.0
A header-only library that makes C++ simple
Loading...
Searching...
No Matches
file.h File Reference

提供跨平台的文件路径封装和文件 I/O 操作。 More...

#include <iostream>
#include <fstream>
#include <string>
#include <vector>
#include <iterator>
#include <type_traits>
#include "csexc.h"
#include "strpp.h"

Go to the source code of this file.

Classes

class  console::Path
 文件路径封装类,提供便捷的文件读写和路径操作。 More...

Namespaces

namespace  console
 本库所有组件所在的顶层命名空间。

Detailed Description

提供跨平台的文件路径封装和文件 I/O 操作。

包含 Path 类,支持路径拼接、文本/二进制读写、按行读写、POD 类型读写等。

Author
MrXie1109
Date
2026