| DirectoryInfoEnumerateFiles Method | 
            Returns an enumerable collection of file information in the current directory.
            
 
Namespace: CMS.IOAssembly: CMS.IO (in CMS.IO.dll) Version: 10.0.0
 Syntax
Syntaxpublic IEnumerable<FileInfo> EnumerateFiles()
Return Value
Type: 
IEnumerableFileInfoAn enumerable collection of the files in the current directory.
 See Also
See Also