FlatTrackingData.FileIsExcludedFromDependencyCheck(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Test to see if the specified file is excluded from tracked dependency checking
public:
bool FileIsExcludedFromDependencyCheck(System::String ^ fileName);
public bool FileIsExcludedFromDependencyCheck (string fileName);
member this.FileIsExcludedFromDependencyCheck : string -> bool
Public Function FileIsExcludedFromDependencyCheck (fileName As String) As Boolean
Parameters
- fileName
- String
Full path of the file to test
Returns
true
if the file is excluded.
Remarks
The file is excluded if it is within any of the specified excluded input paths or any subdirectory of the paths. It also assumes the file name is already converted to Uppercase Invariant.