コード例 #1
0
 public static string LocateExecutable(params string[] partsOfTheSubPath)
 {
     return(FileLocationUtilities.LocateExecutable(partsOfTheSubPath));
 }
コード例 #2
0
 public static string LocateExecutable(bool throwExceptionIfNotFound, params string[] partsOfTheSubPath)
 {
     return(FileLocationUtilities.LocateExecutable(throwExceptionIfNotFound, partsOfTheSubPath));
 }