Method |
Description |
|
ExcludeAllFilesFrom ( IEnumerable files, SageContext context, string filepath ) : List |
|
|
ExcludeAllFilesInDirectory ( IEnumerable files, SageContext context, string directory ) : List |
|
|
ExcludeAllFilesOfTypeInDirectory ( IEnumerable files, SageContext context, string directory, string filter ) : List |
|
|
ExcludeAllFilesStartingWithInDirectory ( IEnumerable files, SageContext context, string startsWith ) : List |
|
|
GetAllFilesFrom ( SageContext context, string filepath ) : IEnumerable |
|
|
GetAllFilesInDirectory ( SageContext context, string directory ) : IEnumerable |
|
|
GetAllFilesOfTypeInDirectory ( SageContext context, string directory, string filter ) : IEnumerable |
|
|
GetAllFilesStartingWithInDirectory ( SageContext context, string startsWith ) : IEnumerable |
|
|