Click or drag to resize
ConfigLoaderConfigurationSectionOpenFile Method
Opens a Stream on a relative file path.

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

Parameters

relativePath
Type: SystemString
The relative path.

Return Value

Type: Stream
An open Stream
See Also