Click or drag to resize
ZipProviderLoaderGetDirectoryInfo Method
Returns new instance of directory info.

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 11.0.0
Syntax
C#
public override DirectoryInfo GetDirectoryInfo(
	string path
)

Parameters

path
Type: SystemString
Path

Return Value

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