https://github.com/cedx/which.cs
Find the instances of an executable in the system path, in C#.
https://github.com/cedx/which.cs
csharp dotnet which
Last synced: about 1 year ago
JSON representation
Find the instances of an executable in the system path, in C#.
- Host: GitHub
- URL: https://github.com/cedx/which.cs
- Owner: cedx
- License: mit
- Created: 2025-01-22T07:47:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-28T01:21:57.000Z (about 1 year ago)
- Last Synced: 2025-03-28T02:28:34.776Z (about 1 year ago)
- Topics: csharp, dotnet, which
- Language: C#
- Homepage: https://github.com/cedx/which.cs/wiki
- Size: 174 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
- Codeowners: .github/CODEOWNERS
- Authors: AUTHORS.txt
Awesome Lists containing this project
README
# Which for .NET
   
Find the instances of an executable in the system path, in [C#](https://learn.microsoft.com/en-us/dotnet/csharp).
## Documentation
- [User guide](https://github.com/cedx/which.cs/wiki)
- [Examples](https://github.com/cedx/which.cs/tree/main/example)
## Development
- [Git repository](https://github.com/cedx/which.cs)
- [Submit an issue](https://github.com/cedx/which.cs/issues)
## License
[Which for .NET](https://github.com/cedx/which.cs) is distributed under the MIT License.