| Crates.io | win_subst |
| lib.rs | win_subst |
| version | 0.0.3 |
| created_at | 2023-04-11 01:41:15.654708+00 |
| updated_at | 2023-04-13 02:08:34.527529+00 |
| description | A tool library, the functions refer to the windows command subst. |
| homepage | |
| repository | https://github.com/kerwin612/win_subst |
| max_upload_size | |
| id | 835657 |
| size | 3,817 |
A tool library, the functions refer to the windows command subst, associates a path with a drive letter.
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.