std::filesystem::directory_entry

std::filesystem::directory_entry

Defined in header <filesystem>
class directory_entry;
(since C++17)

Represents a directory entry. The object stores a path as a member.

Member functions

constructs a directory entry
(public member function)
(destructor)
default destructor
(public member function)
Modifiers
assigns contents
(public member function)
assigns contents
(public member function)
sets the filename
(public member function)
Observers
returns the path the entry refers to
(public member function)
status of the file designated by this directory entry
symlink_status of the file designated by this directory entry
(public member function)
compares two directory entries
(public member function)

© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
http://en.cppreference.com/w/cpp/filesystem/directory_entry

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部