Module std::fs 1.0.0
[−]
[src]
Filesystem manipulation operations.
This module contains basic methods to manipulate the contents of the local
filesystem. All methods in this module represent cross-platform filesystem
operations. Extra platform-specific functionality can be found in the
extension traits of std::os::$platform
.
Structs
File |
A reference to an open file on the filesystem. |
OpenOptions |
Options and flags which can be used to configure how a file is opened. |