Click or drag to resize
ZipProviderLoader.GetFileInfo Method
Returns new instance of FileInfo object.

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 13.0.131
Syntax
C#
public override FileInfo GetFileInfo(
	string fileName
)

Parameters

fileName
Type: System.String
File name

Return Value

Type: FileInfo
Exceptions
ExceptionCondition
NotImplementedExceptionZip provider doesn't provide any IO access on it's own.
See Also