Click or drag to resize
ConfigOpenFile Method
Opens a file by transforming a relativePath into an absolute one according to the ConfigLoaderConfigurationSection.

Namespace: Activsoft.Engine
Assembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntax
public static Stream OpenFile(
	string relativePath
)

Parameters

relativePath
Type: SystemString
The relative path for the file to use

Return Value

Type: Stream
an opened Stream
See Also