See Also

EnhancedStream Class  | EnhancedStream Members  | Overload List

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

Language

Visual Basic

C#

C++

C++/CLI

Show All

fileName
The desired name of the destination file.
See Also Languages PowerTCP Email Validation for .NET

Save(String) Method

Dart.PowerTCP.EmailValidation Namespace > EnhancedStream Class > Save Method : Save(String) Method

Saves the data in the stream to the file specified by fileName.

[Visual Basic]
Overloads Public Overridable Function Save( _    ByVal fileName As String _ ) As String
[C#]
public virtual string Save(    string fileName );
[C++]
public: virtual string* Save(    string* fileName )
[C++/CLI]
public: virtual String^ Save(    String^ fileName )

Parameters

fileName
The desired name of the destination file.

Return Type

A string containing the name of the file the data was written to.

Remarks

This method saves all of the data in the stream to the file specified by fileName. This method will always create a new file, creating a unique filename if the file already exists.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

See Also

EnhancedStream Class  | EnhancedStream Members  | Overload List


Send comments on this topic.

Documentation version 1.0.3.0.

© 2008 Dart Communications.  All rights reserved.