|
<< Click to Display Table of Contents >> Navigation: Miscellaneous functions and statements > GetOpenFileName |
Description
This function creates a system-defined dialog box that enables the user to select a file to open.
Syntax
GetOpenFileName(title, pathname , filter)
Parameters
Part |
Type |
Description |
title |
String |
Required. String to be placed in the title bar of the dialog box |
pathname |
String |
Required. String that can specify the initial directory. |
filter |
String |
Required. String containing pairs filters separated by the ‘|’ character. |