[This is preliminary documentation and is subject to change.]

Find files that match the name in a case-insensitive way.

Namespace: fCraft
Assembly: fCraft (in fCraft.dll) Version: 0.6.2.4 (0.6.2.4)

Syntax

   
 C# 
public static FileInfo[] FindFiles(
	string fullFileName
)

Parameters

fullFileName
String
Case-insensitive filename to look for.

Return Value

Array of matches. Empty array if no files matches.

See Also