Performs a selection of a file for loading or saving.

Namespace:  SGP.XUtility
Assembly:  SGP.XUtility (in SGP.XUtility.dll)
Version: 1.2.3019.18718

Syntax

C#
public static string ChooseFile(
	bool saving
)

Parameters

saving
Type: System..::.Boolean
Defines whether the dialog will be used for saving or loading files.

Return Value

Gets the full path of the selected file, otherwise returns nullNothingnullptra null reference (Nothing in Visual Basic).

See Also