Skip to content

Instantly share code, notes, and snippets.

View ph0ryn's full-sized avatar

Yuta Fudaba ph0ryn

  • Kanagawa, Japan
  • 07:40 (UTC +09:00)
View GitHub Profile
@yamamaya
yamamaya / WindowsPathChecker.cs
Created September 2, 2025 12:43
WindowsPathChecker - A simple console application to check the validity of paths
//***********************************************************************
// WindowsPathChecker
// A simple console application to check
// the validity of paths in the Windows PATH environment variable.
//***********************************************************************
namespace WindowsPathChecker {
internal class Program {
static void Main( string[] args ) {
// Get the value of the PATH environment variable