FilesGroup class¶
Defined in
Namespace: ReactiveMarbles.NuGet.Helpers
Assembly: ReactiveMarbles.NuGet.Helpers.dll
Full name: ReactiveMarbles.NuGet.Helpers.FilesGroup
Modifiers: public
Summary¶
Contains details about a folder within a NuGet package.
Applies to
netstandard2.0
Constructors¶
| Name | Summary |
|---|---|
| .ctor |
Methods¶
| Name | Summary |
|---|---|
| GetFullFilePath | Gets for a file name, the nearest matching full name in the shallowest of the hierarchy. |
| GetAllFileNames | Gets all the files contained within the files group. |
| AddFiles | Adds files if they don't already exist to our collection. |