Click or drag to resize

FileUtilFindFile Method

Find the specified file name in the base directory of the application or any subdirectories.

Namespace:  Nova.Utilities
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public static string FindFile(
	string fileName
)

Parameters

fileName
Type: SystemString

Return Value

Type: String
See Also