ZipDirectoryInfoGetFiles Method (String) |
Returns a file list from the current directory.
Namespace: CMS.IO.ZipAssembly: CMS.IO (in CMS.IO.dll) Version: 8.2.23
Syntax public override FileInfo[] GetFiles(
string searchPattern
)
Parameters
- searchPattern
- Type: SystemString
Search pattern
Return Value
Type:
FileInfoSee Also