Stream.ArchiveFile Property

Returns or sets the name of the archive file of a Stream object.

Syntax

NSChannelMgr.Streams(index).ArchiveFile

Example

Dim Streams
Set MyStream = NSChannelMgr.Streams.Find( "Product Rollout" )
MsgBox "Rollout stream archived in: " & MyStream.ArchiveFile

See Also

Stream.ArchiveSize, Streams collection object, Stream objects

© 1996-1998 Microsoft Corporation. All rights reserved.