名稱空間
變體
操作

實驗性庫標頭檔案 <experimental/filesystem>

來自 cppreference.com
 
 
標準庫標頭檔案
演算法
<algorithm>
<numeric>
字串
<cctype>
<cstring>
<cuchar> (C++11)
<cwchar>
<cwctype>
<string_view> (C++17)
<string>
文字處理
<clocale>
<codecvt> (C++11/17/26*)
<locale>
<regex> (C++11)
<text_encoding> (C++26)   
數值
<cfenv> (C++11)
<cmath>
<complex>
<linalg> (C++26)
<numbers> (C++20)
<random> (C++11)
<simd> (C++26)
<valarray>
時間
<chrono> (C++11)
<ctime>
C 相容性
<ccomplex> (C++11/17/20*)
<ciso646> (直到 C++20)
<cstdalign> (C++11/17/20*)
<cstdbool> (C++11/17/20*)
<ctgmath> (C++11/17/20*)
 
實驗性庫標頭檔案
執行 P2300
<experimental/execution>
檔案系統 TS
<experimental/filesystem>
並行性 TS (v1, v2)
experimental/algorithm
experimental/execution_policy
experimental/exception_list
experimental/numeric
<experimental/simd>
experimental/task_block
庫基礎 TS (v1, v2, v3)
experimental/algorithm
<experimental/any>
experimental/array
experimental/chrono
experimental/deque
experimental/forward_list
<experimental/functional>
experimental/future
experimental/iterator
experimental/list
experimental/map
experimental/memory
<experimental/memory_resource>
experimental/numeric
<experimental/optional>
experimental/propagate_const
experimental/random
experimental/ratio
experimental/regex
experimental/scope
experimental/set
experimental/source_location
experimental/string
<experimental/string_view>
experimental/system_error
experimental/tuple
experimental/type_traits
experimental/unordered_map
experimental/unordered_set
experimental/utility
experimental/vector

併發 TS
experimental/atomic
experimental/barrier
experimental/future
experimental/latch
範圍 TS
協程 TS
experimental/coroutine
網路 TS
experimental/buffer
experimental/executor
experimental/internet
experimental/io_context
<experimental/net>
experimental/netfwd
experimental/socket
experimental/timer
反射 TS
<experimental/reflect>
 

此標頭檔案是 filesystem 庫的一部分。

定義於名稱空間 std::experimental::filesystem
定義於內聯名稱空間 std::experimental::filesystem::v1

表示一個路徑
(類) [編輯]
檔案系統錯誤時丟擲的異常
(類) [編輯]
目錄項
(類) [編輯]
指向目錄內容的迭代器
(類) [編輯]
指向目錄及其子目錄內容的迭代器
(類) [編輯]
表示檔案型別和許可權
(類) [編輯]
關於檔案系統空閒和可用空間的資訊
(類) [編輯]
檔案型別
(列舉) [編輯]
標識檔案系統許可權
(列舉) [編輯]
指定複製操作的語義
(列舉) [編輯]
迭代目錄內容的選項
(列舉) [編輯]
表示檔案時間值
(typedef) [編輯]

函式

交換兩個路徑
(函式) [編輯]
計算路徑物件的雜湊值
(函式) [編輯]
按字典順序比較兩個路徑
(函式) [編輯]
用目錄分隔符連線兩個路徑
(函式) [編輯]
在路徑上執行流輸入和輸出
(函式) [編輯]
從 UTF-8 編碼源建立 path
(函式) [編輯]
支援基於範圍的 for 迴圈
(函式) [編輯]
支援基於範圍的 for 迴圈
(函式) [編輯]
組成一個絕對路徑
將路徑轉換為絕對路徑,複製作業系統特定行為
(函式) [編輯]
組成一個規範路徑
(函式) [編輯]
複製檔案或目錄
(函式) [編輯]
複製檔案內容
(函式) [編輯]
複製一個符號連結
(函式) [編輯]
建立新目錄
(函式) [編輯]
建立硬連結
(函式) [編輯]
建立符號連結
(函式) [編輯]
返回當前工作目錄
(函式) [編輯]
檢查路徑是否引用現有檔案系統物件
(函式) [編輯]
檢查兩個路徑是否引用相同的檔案系統物件
(函式) [編輯]
返回檔案大小
(函式) [編輯]
返回引用特定檔案的硬連結數量
(函式) [編輯]
獲取或設定最後資料修改時間
(函式) [編輯]
修改檔案訪問許可權
(函式) [編輯]
獲取符號連結的目標
(函式) [編輯]
刪除檔案或空目錄
刪除檔案或目錄及其所有內容,遞迴進行
(函式) [編輯]
移動或重新命名檔案或目錄
(函式) [編輯]
透過截斷或零填充更改常規檔案的大小
(函式) [編輯]
確定檔案系統上可用的空閒空間
(函式) [編輯]
確定檔案屬性
確定檔案屬性,檢查符號連結目標
(函式) [編輯]
返回適合臨時檔案的目錄
(函式) [編輯]
檔案型別
檢查給定路徑是否引用塊裝置
(函式) [編輯]
檢查給定路徑是否引用字元裝置
(函式) [編輯]
檢查給定路徑是否引用目錄
(函式) [編輯]
檢查給定路徑是否引用空檔案或目錄
(函式) [編輯]
檢查給定路徑是否引用命名管道
(函式) [編輯]
檢查引數是否引用“其他”檔案
(函式) [編輯]
檢查引數是否引用常規檔案
(函式) [編輯]
檢查引數是否引用命名 IPC 套接字
(函式) [編輯]
檢查引數是否引用符號連結
(函式) [編輯]
檢查檔案狀態是否已知
(函式) [編輯]