You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
1 year ago | |
|---|---|---|
| .. | ||
| src | 1 year ago | |
| Cargo.lock | 1 year ago | |
| Cargo.toml | 1 year ago | |
| README.md | 1 year ago | |
README.md
CanonincalCurrentDirTest
This is an experiment on trying to understand how "Command" works on Std and
Tokio when the .current_dir() is canonicalized.
The base for the experiment is the fact that canonicalized paths on Windows
have a prefix (used to indicate that the path does not have any special
processing)
and it looks like it breaks the .current_dir() execution (at least, I saw it
on Tokio, wondering if the same thing happens on Std, or it is my case that it
is broken).