Click or drag to resize
FileIndexGetFileNames Method
Returns the list of files from the name-pattern list in the current directory

Namespace: Algs4Net
Assembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static string[] GetFileNames(
	string[] namePatterns
)

Parameters

namePatterns
Type: SystemString
file name that may consist of wildcard characters

Return Value

Type: String
the list of files
See Also