NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Directory Class

Exposes routines for creating, moving, and enumerating through directories and subdirectories.

Object
   FileSystemEntry
      Directory

[Visual Basic]
NotInheritable Public Class Directory
   Inherits FileSystemEntry
[C#]
public sealed class Directory : FileSystemEntry
[C++]
public __gc __sealed class Directory : public FileSystemEntry
[JScript]
public class Directory extends FileSystemEntry

Remarks

Instances of the Directory class can enumerate through themselves, returning file or directory objects as appropriate. Directories can be defined as read-only or hidden.

Requirements

Namespace: System.IO

Assembly: mscorlib.dll

See Also

Directory Members | System.IO Namespace | File | Attributes