Kit Documentation
Kit Documentation
Kit Reference
Kit.Modding Namespaces
Kit.Modding
Mod Class
Mod Methods
ExecuteScripts Method
ExecuteScriptsAsync Method
Exists Method
FindFiles Method
Load Method
LoadAsync Method
LoadEx Method
LoadExAsync Method
ReadBytes Method
ReadBytesAsync Method
ReadText Method
ReadTextAsync Method
Unload Method
Mod
FindFiles Method
Find files based on a path.
Namespace:
Kit.Modding
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
Copy
public
abstract
IEnumerable
<
string
>
FindFiles
(
string
path
)
Request Example
View Source
Parameters
path
Type:
System
String
The path.
Return Value
Type:
IEnumerable
String
List of matching files.
See Also
Reference
Mod Class
Kit.Modding Namespace
Send comments on this topic to
agam@frag-games.com