FilesGroup.GetFullFilePath(string) method¶
Defined in
Type: FilesGroup
Namespace: ReactiveMarbles.NuGet.Helpers
Assembly: ReactiveMarbles.NuGet.Helpers.dll
Applies to
netstandard2.0
public string? GetFullFilePath(string fileName)
Summary: Gets for a file name, the nearest matching full name in the shallowest of the hierarchy.
Parameters
| Name | Type | Description |
|---|---|---|
fileName | string | The file name to grab. |
Returns: string? -- The full path if available, null otherwise.