[This is preliminary documentation and is subject to change.]
Find files that match the name in a case-insensitive way.
Namespace: fCraftAssembly: fCraft (in fCraft.dll) Version: 0.6.3.2 (0.6.3.2)
Syntax
Parameters
- fullFileName
- String
Case-insensitive file name to look for.
Return Value
Array of matches. Empty array if no files matches.
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentNullException | If fullFileName is null. |