1 | <html>
|
---|
2 | <head>
|
---|
3 | <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
---|
4 | <title>File Dialog</title>
|
---|
5 | </head>
|
---|
6 | <body style="font-size:12pt;font-family:helvetica">
|
---|
7 |
|
---|
8 | <p><center><h2>File Dialog</h2></center></p>
|
---|
9 |
|
---|
10 | <p>
|
---|
11 | In the file dialog you can name a particular file name, or
|
---|
12 | search for files using wildcard matching, i.e. specify a
|
---|
13 | file name containing wildcards. In addition you must specify
|
---|
14 | the directory in which the file you search for resides.
|
---|
15 | </p>
|
---|
16 |
|
---|
17 | <br />
|
---|
18 | <br />
|
---|
19 | <table align="center" cellpadding="2" cellspacing="1" border="0" width="100%">
|
---|
20 | <tr valign="top" bgcolor="#f0f0f0">
|
---|
21 | <td><center><img src="images/filedialog.png" /></center></td>
|
---|
22 | </tr>
|
---|
23 | </table>
|
---|
24 |
|
---|
25 | <br />
|
---|
26 | <br />
|
---|
27 | <p>
|
---|
28 | By default the dialog will search for all files (*) in the
|
---|
29 | current directory (the directory the application is run from).
|
---|
30 | </p>
|
---|
31 |
|
---|
32 | <p>
|
---|
33 | When editing the file name and directory parameters, an
|
---|
|
---|