anf
anf
If, say some installer, fails to work, but it already adds a value to the Path, it may add a duplicate value. To tackle this, the installer itself should handle...
Please see [dotnet/runtime#1442](https://github.com/dotnet/runtime/issues/1442) for more information. This issue is just a place holder as a reference on this status, the `Path` variable is really important and safety is important. In...
A repair command to repair potential flaws and issues in the `Path` variable, used like: ``` winpath repair ``` Of course, part of an extension.
An option to remove the path variable. Usage example: ```ps1 > winpath remove --value "PathValue" --user --all ``` All flag is used to remove all occurrences, by default, it will...
Usage example: ```ps1 > winpath exists --value "PathValue" --system ```
The current way the list command works is that it parses the name of the file from file time. If the user changes it, it can cause parsing errors. A...
Unit tests are currently run asynchronously (as far as I know), this can cause conflicts and issues. To prevent this, we should run them in order so that they do...
WinPath extensions project; dynamic library (dll). Can be optionally installed for more tools.
A try-catch block to automatically report on exception on this GitHub repository by opening an issue if #62 is implemented.