ISaveFileDialogSaveFile Method (String) |
Saves the file with the fully-qualified name.
Namespace:
SmartBear.TestLeft.TestObjects
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax void SaveFile(
string filename
)
Sub SaveFile (
filename As String
)
Dim instance As ISaveFileDialog
Dim filename As String
instance.SaveFile(filename)
void SaveFile(
String^ filename
)
Parameters
- filename
- Type: SystemString
The fully-qualified name of the desired file.
Exceptions See Also