Click or drag to resize

AppFacadeGetSetupResource Method

Gets a path to a setup resource file or directory.

Namespace:  Mastersign.Bench
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
public string GetSetupResource(
	string relativeResourcePath
)

Parameters

relativeResourcePath
Type: SystemString
A relative path to a setup resource.

Return Value

Type: String
An absolute path to the resource or null, if the resource does not exists.
See Also