Click or drag to resize
FileInfo Constructor
Initializes new instance of FileInfo.

Namespace: CMS.FileSystemStorage
Assembly: CMS.IO (in CMS.IO.dll) Version: 11.0.0
Syntax
C#
public FileInfo(
	string filename
)

Parameters

filename
Type: SystemString
File name from which info should be created
See Also