|
The System.IO.DirectoryInfo class exposes methods for creating, moving, and enumerating through directories and subdirectories. For example the following simple console app allows ...
|
|
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.
|
|
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 ...
|
|
The members of System.IO.DirectoryInfo are listed below. See Also: Inherited members from System.IO.FileSystemInfo [ ...
|
|
System.Runtime.InteropServices.ComVisible(true)] public sealed class DirectoryInfo : FileSystemInfo ...
|
|
System.Object System.MarshalByRefObject System.IO.FileSystemInfo System.IO.DirectoryInfo [Visual Basic] NotInheritable Public Class ...
|
|
Exposes instance methods for creating, moving, and enumerating through directories and subdirectories. This class cannot be inherited.
|