Exemplo n.º 1
0
 public static string LocateExecutable(params string[] partsOfTheSubPath)
 {
     return(FileLocationUtilities.LocateExecutable(partsOfTheSubPath));
 }
Exemplo n.º 2
0
 public static string LocateExecutable(bool throwExceptionIfNotFound, params string[] partsOfTheSubPath)
 {
     return(FileLocationUtilities.LocateExecutable(throwExceptionIfNotFound, partsOfTheSubPath));
 }