|

the software that grows
with you
| |
|
V32GetFolder()
|
| Opens Windows Folder
Selection Dialog. |
|
Syntax
|
| V32GetFolder( [ cType ], [
cTitle ] ) |
|
Arguments
|
| [ cType ] a three character
string to represent the type of folder, e.g., SYS, WIN, TMP, GEN. Default
is 'GEN'.
[ cTitle ] a character string to be displaed in the title bar of folder
selection dialog.
|
|
Returns
|
| cSelectedOrPredefinedDirectoryPathWithDriveLetter |
|
Description
|
| V32GetFolder() opens Windows
folder selection dialog if cType == 'GEN', otherwise returns the System
directory path if cType == 'SYS', Windows directory path for WIN and
temporary directory path for TMP. |
|
Usage
|
| local cFolder :=
v32GetFolger( 'GEN', 'Select folder to place Zip' ) |
|
Tips
|
| |
|