ISandcastleProjectFindFile Method

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

Definition

Namespace: Sandcastle.Core.Project
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
IFileItem FindFile(
	string fileToFind
)

Parameters

fileToFind  String
The fully qualified file path to find

Return Value

IFileItem
The file item if found or null if not found

See Also