fs_err::os::unix

Module fs

Source
Expand description

Unix-specific extensions to wrappers in fs_err for std::fs types.

Traits§

FileExt
Wrapper for std::os::unix::fs::FileExt.
OpenOptionsExt
Wrapper for std::os::unix::fs::OpenOptionsExt

Functions§

symlink
Creates a new symbolic link on the filesystem.