Method | Description | |
---|---|---|
ExpandFileWildcards ( IEnumerable |
Expands the given wildcards (** or *) in the paths.
|
|
ExpandFileWildcards ( string path ) : IEnumerable |
Expands the given wildcards (** or *) in the path.
|
|
MakeAbsolutePath ( string relativePath, string relativeTo ) : string |
Converts a relative path to an absolute path.
|
|
MakeRelativePath ( string absolutePath, string relativeTo ) : string |
Converts an absolute path to a relative path if possible.
|
public static ExpandFileWildcards ( IEnumerable |
||
paths | IEnumerable |
The files path with wildcards. |
return | IEnumerable |
public static ExpandFileWildcards ( string path ) : IEnumerable |
||
path | string | The file path with wildcards. |
return | IEnumerable |
public static MakeAbsolutePath ( string relativePath, string relativeTo ) : string | ||
relativePath | string | The relative path. |
relativeTo | string | The current directory. |
return | string |
public static MakeRelativePath ( string absolutePath, string relativeTo ) : string | ||
absolutePath | string | The absolute path. |
relativeTo | string | The current directory. |
return | string |