Creates an InStream object for a file. This enables you to import or read data from the file.

File.CreateInStream(Stream)

Parameters

File

Type: File

Use this variable to refer to the file.

Stream

The InStream object type that has been created.

For more information, see Code Example for Streams

Expand imageSee Also