C# Class Nibbler.PathFinder

This class trys to automatically find pathes to game folders etc and keeps track of them.
Datei anzeigen Open project: dcramer/nibbits-maploader Class Usage Examples

Public Properties

Property Type Description
DictPathIdentifiers string>.Dictionary

Public Methods

Method Description
GatherPathes ( ) : void

Tries to find game pathes etc. in the registry or other places and stores them in a Dictionary. Must be called before pathes are accessed through GetPath.

GetPath ( string pathIdentifier ) : string
PathFinder ( ) : System
QueryUserForPath ( LoaderConfig form, string pathIdentifier ) : string

Method Details

GatherPathes() public method

Tries to find game pathes etc. in the registry or other places and stores them in a Dictionary. Must be called before pathes are accessed through GetPath.
public GatherPathes ( ) : void
return void

GetPath() public method

public GetPath ( string pathIdentifier ) : string
pathIdentifier string
return string

PathFinder() public method

public PathFinder ( ) : System
return System

QueryUserForPath() public method

public QueryUserForPath ( LoaderConfig form, string pathIdentifier ) : string
form LoaderConfig
pathIdentifier string
return string

Property Details

DictPathIdentifiers public_oe property

public Dictionary DictPathIdentifiers
return string>.Dictionary