public static string LocateExecutable(params string[] partsOfTheSubPath) { return(FileLocationUtilities.LocateExecutable(partsOfTheSubPath)); }
public static string LocateExecutable(bool throwExceptionIfNotFound, params string[] partsOfTheSubPath) { return(FileLocationUtilities.LocateExecutable(throwExceptionIfNotFound, partsOfTheSubPath)); }