Mono Class Library: System.IO NamespaceSystem.IO.DirectoryInfo Class |
See Also: DirectoryInfo Members
System.Object
System.MarshalByRefObject
System.IO.FileSystemInfo
System.IO.DirectoryInfo
|
The System.IO.DirectoryInfo class encodes information about a directory. It also allows basic manipulations of filesystem structure:[Edit]
- Creation with DirectoryInfo.Create or DirectoryInfo.CreateSubdirectory.
- Deletion with DirectoryInfo.Delete.
- Movement with DirectoryInfo.MoveTo.
- Listing with DirectoryInfo.GetDirectories, DirectoryInfo.GetFiles, and DirectoryInfo.GetFileSystemInfos.
Namespace: System.IO
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0