#windows #refer #command #win #subst

win_subst

A tool library, the functions refer to the windows command subst

3 releases

Uses old Rust 2015

0.0.3 Apr 13, 2023
0.0.2 Apr 11, 2023
0.0.1 Apr 11, 2023

#8 in #win

21 downloads per month
Used in mount_dir

Custom license

3KB

win_subst

A tool library, the functions refer to the windows command subst, associates a path with a drive letter.

Usage

dependency:

cargo add win_subst

import

use win_subst::add;

call

add("<drive1>:", "[<drive2>:]<path>");
  • <drive1>: - Specifies the virtual drive to which you want to assign a path.
  • [<drive2>:]<path> - Specifies the physical drive and path that you want to assign to a virtual drive.

Dependencies

~129MB
~2M SLoC