Click or drag to resize

DirectoryEnumerateFileIdBothDirectoryInfo Method (String)

[AlphaFS] Retrieves information about files in the directory specified by path in ReadWrite mode.

Namespace:  Alphaleonis.Win32.Filesystem
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax
public static IEnumerable<FileIdBothDirectoryInfo> EnumerateFileIdBothDirectoryInfo(
	string path
)

Parameters

path
Type: SystemString
A path to a directory from which to retrieve information.

Return Value

Type: IEnumerableFileIdBothDirectoryInfo
An enumeration of FileIdBothDirectoryInfo records for each file system entry in the specified diretory.
Exceptions
ExceptionCondition
PlatformNotSupportedExceptionThe operating system is older than Windows Vista.
See Also