robotManager.Helpful Namespace
wManager.Wow.Helpers Namespace
WRobot

Others..::..DialogBoxSaveFile Method

"Save File" dialog box and return selected file path.

Namespace:  robotManager.Helpful
Assembly:  robotManager (in robotManager.dll)

Syntax


public static string DialogBoxSaveFile(
	string path,
	string typeFile
)
Public Shared Function DialogBoxSaveFile ( _
	path As String, _
	typeFile As String _
) As String
public:
static String^ DialogBoxSaveFile(
	String^ path, 
	String^ typeFile
)

Parameters

path
Type: String
The base path.
typeFile
Type: String
The file type (like "XML files (*.xml)|*.xml").

Return Value

selected file path.