Creates an OutStream object for a file. This enables you to export or write data to the file.

File.CreateOutStream(Stream)

Parameters

File

Type: File

Use this variable to refer to the file.

Stream

The OutStream object type that has been created.

For more information, see Code Example for Streams.

Expand imageSee Also