Метод | Описание | |
---|---|---|
GetAdjacentFile ( string relativePath ) : string | ||
GetDirectoryForCaller ( ) : string | ||
GetDirectoryForCaller ( int callerStackDepth ) : string | ||
GetDirectoryForStackFrame ( |
||
LocateFileFromEnviormentPath ( string toFind ) : IEnumerable |
||
ScrubPath ( this text, string path ) : string |
Метод | Описание | |
---|---|---|
FindProgramOnPath ( string programName ) : IEnumerable |
public static GetAdjacentFile ( string relativePath ) : string | ||
relativePath | string | |
Результат | string |
public static GetDirectoryForCaller ( ) : string | ||
Результат | string |
public static GetDirectoryForCaller ( int callerStackDepth ) : string | ||
callerStackDepth | int | |
Результат | string |
public static GetDirectoryForStackFrame ( |
||
stackFrame | ||
Результат | string |
public static LocateFileFromEnviormentPath ( string toFind ) : IEnumerable |
||
toFind | string | |
Результат | IEnumerable |
public static ScrubPath ( this text, string path ) : string | ||
text | this | |
path | string | |
Результат | string |