Click or drag to resize

ModFindFiles Method

Find files based on a path.

Namespace:  Kit.Modding
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public abstract 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