|

the software that grows
with you
| |
|
V32Find()
|
| Opens the Windows 'Find' dialogs. |
|
Syntax
|
| V32Find( [ cPath ] ) |
|
Arguments
|
| [ cPath ] is the full path which is made
current in the 'find' dialog. Default is empty string means current drive. |
|
Returns
|
| NIL |
|
Description
|
| V32Find() opens the Windows 'Find' Dialog
with [ cPath ] as default path to find. If cPath is ommitted, Windows
default behaviour is invoked. The 'Find' dialog is modal to current
application. |
|
Usage
|
| V32Find( 'C:\Vouch32' ) |
|
Tips
|
| Is an interface function to search for
some specific information and to harness the power of Windows Api. |
|