win_subst

Crates.iowin_subst
lib.rswin_subst
version0.0.3
sourcesrc
created_at2023-04-11 01:41:15.654708
updated_at2023-04-13 02:08:34.527529
descriptionA tool library, the functions refer to the windows command subst.
homepage
repositoryhttps://github.com/kerwin612/win_subst
max_upload_size
id835657
size3,817
Kerwin Bryant (kerwin612)

documentation

README

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.
Commit count: 1

cargo fmt