0
|
1 |
<html>
|
|
2 |
<head>
|
|
3 |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
|
4 |
<title>Browse</title>
|
|
5 |
</head>
|
|
6 |
<body style="font-size:12pt;font-family:helvetica">
|
|
7 |
|
|
8 |
<p><center><h2>Browse</h2></center></p>
|
|
9 |
|
|
10 |
<p>
|
|
11 |
The file dialog let you browse the current file system to
|
|
12 |
specify the directory in which the file you want to open
|
|
13 |
resides.
|
|
14 |
Note that only the specified directory will be searched, any
|
|
15 |
subdirectories will simply be ignored.
|
|
16 |
</p>
|
|
17 |
|
|
18 |
<br />
|
|
19 |
<br />
|
|
20 |
<table align="center" cellpadding="2" cellspacing="1" border="0" width="100%">
|
|
21 |
<tr valign="top" bgcolor="#f0f0f0">
|
|
22 |
<td><center><img src="images/browse.png" /></center></td>
|
|
23 |
</tr>
|
|
24 |
</table>
|
|
25 |
|
|
26 |
<br />
|
|
27 |
<br />
|
|
28 |
<p>
|
|
29 |
See also: <a href="filedialog.html">File Dialog</a>, <a href="wildcardmatching.html">Wildcard Matching</a>,
|
|
30 |
<a href="findfile.html">Find File</a>
|
|
31 |
</p>
|
|
32 |
</body>
|
|
33 |
</html>
|
|
34 |
|