DirectoryInfo (System.IO.DirectoryInfo)

Inherits: System.IO.FileSystemInfo

Interfaces: ISerializable

Derived Types: 0

Assembly: mscorlib.dll

Exposes instance methods for creating, moving, and enumerating through directories and subdirectories.

VB.NET C#

C#

public sealed class DirectoryInfo : System.IO.FileSystemInfo, System.Runtime.Serialization.ISerializable
{
}

Articles

Thom Robbins .NET Weblog : A simple example of using the System.IO ...

The System.IO.DirectoryInfo class exposes methods for creating, moving, and enumerating through directories and subdirectories. For example the following simple console app allows ...

Copying a directory in ASP.NET | xefteri.com

folder directory copy aspx System IO DirectoryInfo ... Copying a directory in ASP.NET. The System.IO.DirectoryInfo class does not come with a method to copy a directory.

View Post for General

Dim tf1 As New System.IO.DirectoryInfo(path & "\") Dim tf2 As New System.IO.DirectoryInfo(path & "\" & cName & "\") Dim tf3 As New System.IO.DirectoryInfo(path & "\" & cName ...

Mono Documentation

The members of System.IO.DirectoryInfo are listed below. See Also: Inherited members from System.IO.FileSystemInfo [ ...

Mono Documentation

System.Runtime.InteropServices.ComVisible(true)] public sealed class DirectoryInfo : FileSystemInfo ...

DirectoryInfo Class

System.Object     System.MarshalByRefObject        System.IO.FileSystemInfo           System.IO.DirectoryInfo [Visual Basic] NotInheritable Public Class ...

DirectoryInfo Class (System.IO)

Exposes instance methods for creating, moving, and enumerating through directories and subdirectories. This class cannot be inherited.

Custom .NET Training ASP.NET Training Silverlight Training LINQ Training IT Support