摘要: 1 public void PositionFile(string sFileFullName) 2 { 3 if (!System.IO.File.Exists(sFileFullName)) return; 4 5 System.Diagnostics.ProcessStartInfo psi = new System.Diagnostics.ProcessStartInfo("Explorer.exe"); 6 //string file = @"c:/windows/notepad.exe"; 7 ... 阅读全文
posted @ 2012-11-10 21:25 Lyghost 阅读(611) 评论(0) 推荐(0) 编辑