示例#1
0
文件: Platform.cs 项目: sandrist/psi
 internal static bool CanOpenFile(string filePath)
 {
     return(FileHelper.CanOpenFile(filePath));
 }