Skip to content

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)

View source

Summary: Gets for a file name, the nearest matching full name in the shallowest of the hierarchy.

Parameters

NameTypeDescription
fileNamestringThe file name to grab.

Returns: string? -- The full path if available, null otherwise.