fs_err::os::windows

Module fs

Source
Expand description

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

Traits§

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

Functions§

symlink_dir
Creates a new symlink to a directory on the filesystem.
symlink_file
Creates a new symlink to a non-directory file on the filesystem.