C# Class SEToolbox.Interop.UserDataPath

Mostrar archivo Open project: midspace/SEToolbox Class Usage Examples

Public Methods

Method Description
FindFromSavePath ( string savePath ) : UserDataPath

Determine the correct UserDataPath for this save game if at all possible to allow finding the mods folder.

UserDataPath ( string basePath, string savesPathPart, string modsPathPart ) : System

Private Methods

Method Description
GetPathBase ( string path, string baseName ) : string

Method Details

FindFromSavePath() public static method

Determine the correct UserDataPath for this save game if at all possible to allow finding the mods folder.
public static FindFromSavePath ( string savePath ) : UserDataPath
savePath string
return UserDataPath

UserDataPath() public method

public UserDataPath ( string basePath, string savesPathPart, string modsPathPart ) : System
basePath string
savesPathPart string
modsPathPart string
return System