会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
WIN&迷失
博客园
首页
新随笔
联系
订阅
管理
随笔分类 -
.net
判断命令是否在PATH环境变量中
摘要:1 public static bool IsInPath(string command) 2 { 3 bool isInPath = false; 4 // 判断PATH中是否存在 命令 5 foreach (string test in (Environment.GetEnvironmentVa
阅读全文
posted @
2021-07-01 23:08
WIN&迷失
阅读(227)
评论(0)
推荐(0)
公告