DirectoryEnumerateFileIdBothDirectoryInfo Method (String) |
[AlphaFS] Retrieves information about files in the directory specified by
path in
ReadWrite mode.
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public static IEnumerable<FileIdBothDirectoryInfo> EnumerateFileIdBothDirectoryInfo(
string path
)
Public Shared Function EnumerateFileIdBothDirectoryInfo (
path As String
) As IEnumerable(Of FileIdBothDirectoryInfo)
public:
static IEnumerable<FileIdBothDirectoryInfo^>^ EnumerateFileIdBothDirectoryInfo(
String^ path
)
static member EnumerateFileIdBothDirectoryInfo :
path : string -> IEnumerable<FileIdBothDirectoryInfo>
Parameters
- path
- Type: SystemString
A path to a directory from which to retrieve information.
Return Value
Type:
IEnumerableFileIdBothDirectoryInfoAn enumeration of
FileIdBothDirectoryInfo records for each file system entry in the specified diretory.
See Also