C# Class OpenRA.Platform

Show file Open project: pchote/OpenRA Class Usage Examples

Public Methods

Method Description
ResolvePath ( ) : string

Replace special character prefixes with full paths.

ResolvePath ( string path ) : string

Replaces special character prefixes with full paths.

UnresolvePath ( string path ) : string

Replace the full path prefix with the special notation characters ^ or .

Private Methods

Method Description
GetCurrentPlatform ( ) : PlatformType
GetSupportDir ( ) : string

Method Details

ResolvePath() public static method

Replace special character prefixes with full paths.
public static ResolvePath ( ) : string
return string

ResolvePath() public static method

Replaces special character prefixes with full paths.
public static ResolvePath ( string path ) : string
path string
return string

UnresolvePath() public static method

Replace the full path prefix with the special notation characters ^ or .
public static UnresolvePath ( string path ) : string
path string
return string