C# 클래스 GitMenu.Helper

파일 보기 프로젝트 열기: kthompson/gitmenu

공개 메소드들

메소드 설명
Exec ( string wd, bool hidden ) : int
Exec ( string wd, bool hidden, string &output ) : int
WorkingDirectoryFromPath ( string path ) : string
WorkingDirectoryFromPath ( string path, bool &isDirectory ) : string

Gets Working Directory from a path.

메소드 상세

Exec() 공개 정적인 메소드

public static Exec ( string wd, bool hidden ) : int
wd string
hidden bool
리턴 int

Exec() 공개 정적인 메소드

public static Exec ( string wd, bool hidden, string &output ) : int
wd string
hidden bool
output string
리턴 int

WorkingDirectoryFromPath() 공개 정적인 메소드

public static WorkingDirectoryFromPath ( string path ) : string
path string
리턴 string

WorkingDirectoryFromPath() 공개 정적인 메소드

Gets Working Directory from a path.
public static WorkingDirectoryFromPath ( string path, bool &isDirectory ) : string
path string The path to a file or folder.
isDirectory bool if set to true path is a directory.
리턴 string