共用方式為


file_type 列舉型別

檔案類型的列舉。

enum file_type;

Members

Hh874821.collapse_all(zh-tw,VS.110).gif

名稱

描述

block_file

表示區塊特殊檔案。

character_file

表示單一字元特殊檔案。

directory_file

表示目錄。

fifo_file

表示 FIFO 檔案。

file_not_found

表示不存在的檔案。

regular_file

表示一個傳統的磁碟檔案。

socket_file

表示通訊端。

status_unknown

表示狀態無法判斷的檔案。

symlink_file

表示符號連結。

type_unknown

表示型別無法判斷的檔案。

需求

標題: 檔案系統

命名空間: std::tr2::sys

請參閱

參考

<filesystem>

file_status 類別

其他資源

標頭檔