[][src]Crate cap_fs_ext

Extension traits for Dir

Structs

OpenOptions

Re-export this to allow it to be used with Reuse.

Enums

FollowSymlinks

Should symlinks be followed in the last component of a path?

SystemTimeSpec

A value for specifying a time.

Traits

DirExt

Extension trait for Dir.

FileTypeExt

Extension trait for FileType.

IsReadWrite

A trait for the is_read_write function for File types.

MetadataExt

Extension trait for Metadata.

OpenOptionsFollowExt

Extension trait for cap_primitives::fs::OpenOptions which adds follow, a function for controlling whether a symlink in the last component of a path is followed.

Reopen

A trait for the reopen function.