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!

File Class

Aids in the creation of FileStream objects and provides routines for the creation, copying, deletion, moving, and opening of files.

Object
   FileSystemEntry
      File

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

Remarks

[To be supplied.]

Requirements

Namespace: System.IO

Assembly: mscorlib.dll

See Also

File Members | System.IO Namespace