IOHelperGetFileInfo Method

Gets the file information for a filename.

Definition

Namespace: Configuration.Helper
Assembly: Configuration.Helper (in Configuration.Helper.dll) Version: 2.0.5
C#
public static FileInfo? GetFileInfo(
	string fileName
)

Parameters

fileName  String
Name of the file.

Return Value

FileInfo
is returned if the file name is not valid.

See Also