C++ Builder 參考手冊 ? System::Ioutils
System::Ioutils 里面是一些文件夾和文件管理的內(nèi)容,頭文件為 <System.IOUtils.hpp>绊含,包括:
- System::Ioutils 類
- System::Ioutils 類型
一. System::Ioutils 類
類 | 說明 |
---|---|
TDirectory | 目錄/文件夾管理 (列表般妙、創(chuàng)建宜雀、修改祥款、刪除、屬性只搁、時(shí)間等) |
TFile | 文件管理 (創(chuàng)建湾趾、修改芭商、刪除、屬性搀缠、時(shí)間等) |
TPath | 操作系統(tǒng)相關(guān)的文件夾 (用戶文件夾、文檔文件夾近迁、臨時(shí)文件夾等) |
二. System::Ioutils 類型
類型 | 說明 |
---|---|
TSearchOption | 獲取文件夾列表的選項(xiàng) |
TFileAttribute | 文件屬性 |
TFileAttributes | 文件屬性集合 |
TFileMode | 文件打開方式 |
TFileAccess | 文件讀寫方式 |
TFileShare | 打開文件時(shí)的共享方式 |
TPathPrefixType | 路徑前綴類型 |
相關(guān):
- System
- System::Classes
- System::Dateutils
- System::Sysutils
- System::Ioutils
- System::Netencoding
- <cstdlib>
- <cstdio>
C++ Builder 參考手冊 ? System::Ioutils