Skip to main content

Module fs

Module fs 

Source
Expand description

Filesystem abstractions.

fs โ—‰

Extends: std::{fs, path}


Modulesยง

path
Cross-platform path manipulation.

Structsยง

DirBuilderstd
๐Ÿ“ std A builder used to create directories in various manners.
DirEntrystd
๐Ÿ“ std Entries returned by the ReadDir iterator.
Filestd
๐Ÿ“ std An object providing access to an open file on the filesystem.
FileMetadatastd
๐Ÿ“ std Metadata information about a file.
FileOpenOptionsstd
๐Ÿ“ std Options and flags which can be used to configure how a file is opened.
FilePermissionsstd
๐Ÿ“ std Representation of the various permissions on a file.
FileTimesstd
๐Ÿ“ std Representation of the various timestamps on a file.
FileTypestd
๐Ÿ“ std Represents a type of file with accessors for each file type.
Fsstd
๐Ÿ“ ๐Ÿ› ๏ธ Filesystem-related operations.
IterDirReadstd
๐Ÿ“ ๐Ÿ”„ std Iterator over the entries in a directory.