C++ Builder 参考手册 ➙ System::Ioutils
System::Ioutils 里面是一些文件夹和文件管理的内容,头文件为 <System.IOUtils.hpp>,包括:
- System::Ioutils 类
- System::Ioutils 类型
一. System::Ioutils 类
类 | 说明 |
---|---|
TDirectory | 目录/文件夹管理 (列表、创建、修改、删除、属性、时间等) |
TFile | 文件管理 (创建、修改、删除、属性、时间等) |
TPath | 操作系统相关的文件夹 (用户文件夹、文档文件夹、临时文件夹等) |
二. System::Ioutils 类型
类型 | 说明 |
---|---|
TSearchOption | 获取文件夹列表的选项 |
TFileAttribute | 文件属性 |
TFileAttributes | 文件属性集合 |
TFileMode | 文件打开方式 |
TFileAccess | 文件读写方式 |
TFileShare | 打开文件时的共享方式 |
TPathPrefixType | 路径前缀类型 |
相关:
- System
- System::Classes
- System::Dateutils
- System::Sysutils
- System::Ioutils
- System::Netencoding
- <cstdlib>
- <cstdio>
C++ Builder 参考手册 ➙ System::Ioutils
网友评论