QuickOPC User's Guide and Reference
IDirectoryContents2 Interface Members
Properties  Methods 

OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Extensions.FileProviders Namespace : IDirectoryContents2 Interface

The following tables list the members exposed by IDirectoryContents2.

Public Properties
 NameDescription
 Property (Inherited from Microsoft.Extensions.FileProviders.IDirectoryContents)
Top
Public Methods
 NameDescription
 MethodObtains a directory contents at the given path. (Inherited from OpcLabs.BaseLib.Extensions.FileProviders.IDirectory2)
 MethodReturns an enumerator that iterates through the collection. (Inherited from System.Collections.Generic.IEnumerable<IFileInfo>)
 MethodObtain a file info at the given path. (Inherited from OpcLabs.BaseLib.Extensions.FileProviders.IDirectory2)
Top
Extension Methods
 NameDescription
Public Extension MethodEnumerates subdirectories and files in the given directory only.
Public Extension MethodOverloaded. Enumerates subdirectories and files in the given directory, recursively.
Public Extension MethodOverloaded. Browses a tree of subdirectories and (optionally) files in the given directory, recursively.
Public Extension MethodOverloaded. Copies the directory into another writable directory contents.
Public Extension MethodOverloaded. Computes the directory statistics, such as total number of bytes in directory files, and number of files and sub-directories contained in the directory.
Public Extension MethodOverloaded. Saves the contents of the directory into a physical directory.
Top
See Also

Reference

IDirectoryContents2 Interface
OpcLabs.BaseLib.Extensions.FileProviders Namespace