IHostConfigurationGetFilePathExtensiblity Method

Gets the physical path of an extensibility file.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
string GetFilePathExtensiblity(
	string file
)

Parameters

file  String
Relative file name or path of the file to search.

Return Value

String
String with the physical path of an extensibility file.

See Also