DevForce Help Reference
WriteStream Method


The file to write to
A stream to write to the file
Write a stream into a file either creating the file or replacing its current contents
Syntax
'Declaration
 
Public Shared Sub WriteStream( _
   ByVal fileName As String, _
   ByVal stream As Stream _
) 
'Usage
 
Dim fileName As String
Dim stream As Stream
 
FileFns.WriteStream(fileName, stream)
public static void WriteStream( 
   string fileName,
   Stream stream
)

Parameters

fileName
The file to write to
stream
A stream to write to the file
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

FileFns Class
FileFns Members

Send Feedback