Available on Windows only.
Expand description
Windows-specific extensions to primitives in the std::fs module.
Traits§
- FileExt
 - Windows-specific extensions to 
fs::File. - File
Times Ext  - Windows-specific extensions to 
fs::FileTimes. - File
Type Ext  - Windows-specific extensions to 
fs::FileType. - Metadata
Ext  - Windows-specific extensions to 
fs::Metadata. - Open
Options Ext  - Windows-specific extensions to 
fs::OpenOptions. 
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.
 - junction_
point Experimental  - Creates a junction point.