Click or drag to resize
FileInfoNew Method
Initializes new instance of file info object.

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 9.0.0
Syntax
C#
public static FileInfo New(
	string filename
)

Parameters

filename
Type: SystemString
File name

Return Value

Type: FileInfo
See Also