Метод | Описание | |
---|---|---|
AddPath ( string PathName, string Value ) : bool |
Adds a new PathName to the Path Settings.
|
|
GetPath ( string PathName ) : string |
Get the Path stored for a specific PathName.
|
|
GetPathNames ( ) : string[] |
Get all Path Social Names From The Path Storage.
|
|
IsSet ( string PathName ) : bool |
Bool for if a PathName contains any data.
|
|
PathStorage ( ) : System |
Default Constructor. Initializes the following Paths Storage Names: UOPath MULPath POLPath POLExePath UOConvertExePath ECompileExePath RunECLExePath POLConfigPath POLDataPath POLLogPath POLRealmPath
|
|
RemovePath ( string PathName ) : bool |
Remove a PathName from the Path Settings.
|
|
SetPath ( string PathName, string NewValue ) : bool |
Sets the Path stored for a specific PathName.
|
Метод | Описание | |
---|---|---|
InitPathSettings ( ) : void |
public AddPath ( string PathName, string Value ) : bool | ||
PathName | string | PathName to add. |
Value | string | Value to add to the PathName. |
Результат | bool |
public GetPath ( string PathName ) : string | ||
PathName | string | PathName to look up the Path for. |
Результат | string |
public IsSet ( string PathName ) : bool | ||
PathName | string | PathName to check. |
Результат | bool |
public RemovePath ( string PathName ) : bool | ||
PathName | string | PathName to remove. |
Результат | bool |
public SetPath ( string PathName, string NewValue ) : bool | ||
PathName | string | PathName to set the Path for. |
NewValue | string | New string value to set the Path for. |
Результат | bool |