BuildReportTool.Util.HaveToUseSystemForDelete C# (CSharp) Method

HaveToUseSystemForDelete() public static method

public static HaveToUseSystemForDelete ( string file ) : bool
file string
return bool
	public static bool HaveToUseSystemForDelete(string file)
	{
		return IsFileAUnixHiddenFile(file) || IsFileInVersionControlMetadataFolder(file);
	}