Click or drag to resize

DirectModFindFiles Method

Find files based on a path.

Namespace:  Kit.Modding.Loaders
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public override IEnumerable<string> FindFiles(
	string path
)
Request Example View Source

Parameters

path
Type: SystemString
The path.

Return Value

Type: IEnumerableString
List of matching files.
See Also