Click or drag to resize

ResourceManagerExists Method (String)

Returns whether a file exists.

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

Parameters

fullPath
Type: SystemString
Absolute path to the file.

Return Value

Type: Boolean
See Also