Dart.PowerTCP.SslSockets Namespace > EnhancedStream Class > Save Method : Save(String,Boolean) Method |
Saves the data in the stream to the file specified by fileName.
[Visual Basic]
Overloads Public Overridable Function Save( _
ByVal fileName As String, _
ByVal overwrite As Boolean _
) As String
A string containing the name of the file the data was written to.
This method saves all of the data in the stream to the file specified by fileName. If overwrite is true, this method will create a new file if the specified file does not exist and will overwrite the specified file if it does exist. If overwrite is false, this method will always create a new file, creating a unique filename if the file already exists.
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
EnhancedStream Class | EnhancedStream Members | Overload List
Send comments on this topic.
Documentation version 1.1.2.0.
© 2008 Dart Communications. All rights reserved.