Tries to locate the file fileName in the default folders.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public static string FindFile(
	string fileName
)

Parameters

fileName
Type: System..::.String
File name to locate.

Return Value

Information about the found file path.

See Also