Method | Description | |
---|---|---|
EnsureFolderExists ( string outputPath ) : void | ||
ExpandPath ( string path ) : IEnumerable |
||
ExpandPaths ( IEnumerable |
||
FormatPath ( string output, NChanges.Core.AssemblyInfo assembly ) : string |
public static EnsureFolderExists ( string outputPath ) : void | ||
outputPath | string | |
return | void |
public static ExpandPath ( string path ) : IEnumerable |
||
path | string | |
return | IEnumerable |
public static ExpandPaths ( IEnumerable |
||
paths | IEnumerable |
|
return | IEnumerable |
public static FormatPath ( string output, NChanges.Core.AssemblyInfo assembly ) : string | ||
output | string | |
assembly | NChanges.Core.AssemblyInfo | |
return | string |