Table of Contents

Method OpenFileDialog

Namespace
Innova.Prism.Library.Services
Assembly
Innova.Prism.Library.dll

OpenFileDialog(string)

Opens a file dialog for selecting a file to open.

string OpenFileDialog(string defaultPath)

Parameters

defaultPath string

The default path for the file dialog.

Returns

string

The selected file path.