DirectoryInfoEnumerateDirectories Method |
Returns an enumerable collection of directory information in the current directory.
Namespace: CMS.IOAssembly: CMS.IO (in CMS.IO.dll) Version: 12.0.0
Syntax public IEnumerable<DirectoryInfo> EnumerateDirectories()
Return Value
Type:
IEnumerableDirectoryInfoAn enumerable collection of directories in the current directory.
See Also