Select a file with a SaveFile dialog
Namespace:
Devolutions.UtilsAssembly: Devolutions.Utils (in Devolutions.Utils.dll)
Syntax
| Visual Basic |
|---|
Public Shared Function SaveFile ( _ filter As String, _ defaultFileName As String _ ) As String |
| C# |
|---|
public static string SaveFile( string filter, string defaultFileName ) |