Méthode | Description | |
---|---|---|
AreSame ( string patha, string pathb ) : bool |
Checks if two paths are the same assuming they are relative to working directory calculated in constructor.
|
|
GetRelativePath ( string filespec ) : string |
Calculates path relative to working directory calculated in constructor.
|
|
PathHelper ( IEnumerable |
Initializes a new instance of the AntBootstrap.PathHelper class. It calculates common prefix path of all directories provided as an argument.
|
public AreSame ( string patha, string pathb ) : bool | ||
patha | string | |
pathb | string | |
Résultat | bool |
public GetRelativePath ( string filespec ) : string | ||
filespec | string | |
Résultat | string |
public PathHelper ( IEnumerable |
||
workingDirs | IEnumerable |
|
Résultat | System |