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