Click or drag to resize

DirectModExists Method

Returns whether a file exists.

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

Parameters

path
Type: SystemString
Path to the file.

Return Value

Type: Boolean
See Also