Table of Contents

ISandcastleProject.FindFile Method

Definition

Namespace
Sandcastle.Core.Project
Assembly
Sandcastle.Core.dll

This is used to locate a file by name in the project

IFileItem FindFile(string fileToFind)

Parameters

fileToFind string

The fully qualified file path to find

Returns

IFileItem

The file item if found or null if not found