C# Class GitMenu.Helper

Afficher le fichier Open project: kthompson/gitmenu

Méthodes publiques

Méthode Description
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.

Method Details

Exec() public static méthode

public static Exec ( string wd, bool hidden ) : int
wd string
hidden bool
Résultat int

Exec() public static méthode

public static Exec ( string wd, bool hidden, string &output ) : int
wd string
hidden bool
output string
Résultat int

WorkingDirectoryFromPath() public static méthode

public static WorkingDirectoryFromPath ( string path ) : string
path string
Résultat string

WorkingDirectoryFromPath() public static méthode

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.
Résultat string