BuildReportTool.Util.IsFileInBuildReportFolder C# (CSharp) Méthode

IsFileInBuildReportFolder() public static méthode

public static IsFileInBuildReportFolder ( string filepath ) : bool
filepath string
Résultat bool
	public static bool IsFileInBuildReportFolder(string filepath)
	{
		return DoesFileBeginWith(filepath, "BRT_") || DoesFileBeginWith(filepath, "DldUtil_") || IsFileInAPath(filepath, "/BuildReport/");
	}