C# Class koside.KSPPathTools

Exibir arquivo Open project: TN-1/Kode_Desktop Class Usage Examples

Public Methods

Method Description
IsLinux ( ) : bool
KSPDirectory ( string steam ) : string
LinuxSteam ( ) : string
WindowsSteam ( ) : string

Private Methods

Method Description
NormalizePath ( string path ) : string
NormalizeWindowsPath ( string path ) : string

Method Details

IsLinux() static public method

static public IsLinux ( ) : bool
return bool

KSPDirectory() public static method

public static KSPDirectory ( string steam ) : string
steam string
return string

LinuxSteam() static public method

static public LinuxSteam ( ) : string
return string

WindowsSteam() static public method

static public WindowsSteam ( ) : string
return string