Click or drag to resize
DirectoryInfo.GetFiles Method (String)
Returns a file list from the current directory.

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 11.0.0
Syntax
C#
public FileInfo[] GetFiles(
	string searchPattern
)

Parameters

searchPattern
Type: System.String
Search pattern

Return Value

Type:FileInfo[]
See Also