| Visual Basic (Declaration) | |
|---|---|
Public Overloads Overridable Function Save( _ ByVal fileName As String _ ) As String | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As EnhancedStream Dim fileName As String Dim value As String value = instance.Save(fileName) | |
Parameters
- fileName
- The desired name of the destination file.
Return Value
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. This method will always create a new file, creating a unique filename if the file already exists.
Target Platforms: Microsoft .NET Framework 2.0