Classes
There are many classes encapsulating a specific aspect of the filesystem.
Class | Description |
---|---|
path |
Represents a path. |
filesystem_error |
Defines an exception object. |
directory_entry |
Represents a directory entry. |
directory_iterator |
Defines a directory iterator. |
recursive_directory_iterator |
Defines a recursive directory iterator. |
file_status |
Stores information about the file. |
space_info |
Represents filesystem information. |
file_type |
Indicates the type of a file. |
perms |
Represents file access permissions. |
perm_options |
Represents options for the function permissions . |
copy_options |
Represents options for the functions copy and copy_file... |