SandcastleProjectFindFile Method

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

Definition

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.2.18.0
public FileItem FindFile(
	string fileToFind
)

Parameters

fileToFind  String
The fully qualified file path to find

Return Value

FileItem
The file item if found or null if not found

See Also