Click or drag to resize
Sandcastle Help File BuilderSandcastleProjectFindFile Method
This is used to locate a file by name in the project

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

Parameters

fileToFind
Type: SystemString
The fully qualified file path to find

Return Value

Type: FileItem
The file item if found or null if not found
See Also