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

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

Parameters

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