Click or drag to resize

PFApplicationGetSupportFileInfo Method

Gets the FileInfo 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 FileInfo GetSupportFileInfo(
	string fileName
)

Parameters

fileName
Type: SystemString
Name of the file.

Return Value

Type: FileInfo
FileInfo
See Also