Click or drag to resize

KspPaths Methods

The KspPaths type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetModsDataFilePath
Returns a relative game's path to the file located in the data folder.
Public methodStatic memberCode exampleGetModsPath(Object)
Returns a relative game's path to the mod's root folder.
Public methodStatic memberCode exampleGetModsPath(Type)
Returns a relative game's path to the mod's root folder.
Public methodStatic memberMakeAbsPathForGameData
Makes full absolute path from the provided relative path in the game's GameData folder.
Public methodStatic memberCode exampleMakeRelativePathToGameData
Returns path relative to the game's GameData folder.
Public methodStatic memberNormalizePath
Normalizes path by resolving all upcasts. Works for both relative and absolute paths.
Top
See Also