C# Class SEToolbox.Interop.UserDataPath

Afficher le fichier Open project: midspace/SEToolbox Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
GetPathBase ( string path, string baseName ) : string

Method Details

FindFromSavePath() public static méthode

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
Résultat UserDataPath

UserDataPath() public méthode

public UserDataPath ( string basePath, string savesPathPart, string modsPathPart ) : System
basePath string
savesPathPart string
modsPathPart string
Résultat System