Skip to main contentModule fs
Source Expand description
Filesystem abstractions.
fs
โ
Extends: std::{fs, path}
- path
- Cross-platform path manipulation.
- DirBuilder
std - ๐
std
A builder used to create directories in various manners. - DirEntry
std - ๐
std
Entries returned by the ReadDir iterator. - File
std - ๐
std
An object providing access to an open file on the filesystem. - FileMetadata
std - ๐
std
Metadata information about a file. - FileOpenOptions
std - ๐
std
Options and flags which can be used to configure how a file is opened. - FilePermissions
std - ๐
std
Representation of the various permissions on a file. - FileTimes
std - ๐
std
Representation of the various timestamps on a file. - FileType
std - ๐
std
Represents a type of file with accessors for each file type. - Fs
std - ๐ ๐ ๏ธ
Filesystem-related operations.
- IterDirRead
std - ๐ ๐
std
Iterator over the entries in a directory.