Expand description
Windows-specific extensions to wrappers in fs_err
for std::fs
types.
Traits§
- FileExt
- Wrapper for
std::os::windows::fs::FileExt
. - Open
Options Ext - 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.