Class PathSetup
Ensures the application's directory is on the system PATH so users can run 'echohub' from any terminal session.
public static class PathSetup
- Inheritance
-
PathSetup
- Inherited Members
Methods
EnsureOnPath()
Checks if the app directory is on PATH; if not, adds it persistently. On Windows: modifies user-level PATH environment variable. On Linux/macOS: appends an export line to shell profile files.
public static void EnsureOnPath()