Click or drag to resize

ModManagerGetModdingPath Method (ResourceFolder, String)

Returns the relative path to a file.

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

Parameters

folder
Type: KitResourceFolder
The folder to check in.
file
Type: SystemString
The path and file-name relative to the folder.

Return Value

Type: String
The file path combined with folder.
See Also