Click or drag to resize

ResourceManagerGetPath Method (ResourceFolder, String)

Get the absolute path to a file.

Namespace:  Kit
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public static string GetPath(
	ResourceFolder folder,
	string file
)
Request Example View Source

Parameters

folder
Type: KitResourceFolder
file
Type: SystemString

Return Value

Type: String
See Also