Click or drag to resize

PFApplicationTryGetSupportFileStream Method

Tries to get the stream of a given file from the folder containing the support files of this application.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public FileStream TryGetSupportFileStream(
	string fileName
)

Parameters

fileName
Type: SystemString

Return Value

Type: FileStream
See Also