file_type 열거형

An enumeration for file types.

enum file_type;

멤버

Name

설명

block_file

Represents a block-special file.

character_file

Represents a character-special file.

directory_file

Represents a directory.

fifo_file

Represents a FIFO file.

file_not_found

Represents a file that does not exist.

regular_file

Represents a conventional disk file.

socket_file

Represents a socket.

status_unknown

Represents a file whose status cannot be determined.

symlink_file

Represents a symbolic link.

type_unknown

Represents a file whose type cannot be determined.

요구 사항

헤더: filesystem

Namespace: std::tr2::sys

참고 항목

참조

<filesystem>

file_status 클래스

기타 리소스

C++ 표준 라이브러리 헤더 파일