#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

#10 in #win

Download history 2/week @ 2024-11-27 8/week @ 2024-12-04 15/week @ 2024-12-11 2/week @ 2024-12-25 22/week @ 2025-01-08 8/week @ 2025-02-05 41/week @ 2025-02-12 64/week @ 2025-02-19 40/week @ 2025-02-26

153 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

~122MB
~2M SLoC