[][src]Module tokio_fs::os::windows

Windows-specific extensions for the primitives in the tokio_fs module.

Structs

SymlinkDirFuture

Future returned by symlink_dir.

SymlinkFileFuture

Future returned by symlink_file.

Functions

symlink_dir

Creates a new directory symlink on the filesystem.

symlink_file

Creates a new file symbolic link on the filesystem.