Click or drag to resize
DirectoryInfoEnumerateFiles Method
Returns an enumerable collection of file information in the current directory.

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 11.0.0
Syntax
C#
public IEnumerable<FileInfo> EnumerateFiles()

Return Value

Type: IEnumerableFileInfo
An enumerable collection of the files in the current directory.
See Also