FileIndexGetFileNames Method |
Returns the list of files from the name-pattern list in the current directory
Namespace: Algs4NetAssembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static string[] GetFileNames(
string[] namePatterns
)
Parameters
- namePatterns
- Type: SystemString
file name that may consist of wildcard characters
Return Value
Type:
Stringthe list of files
See Also