예제 #1
0
파일: Platform.cs 프로젝트: sandrist/psi
 internal static bool CanOpenFile(string filePath)
 {
     return(FileHelper.CanOpenFile(filePath));
 }