|

the software that grows
with you
| |
|
V32MakeDir()
|
| Creates a directory any level deep at once.
All the top level
directories will be created at once. |
|
Syntax
|
| V32MakeDir( cDir ) |
|
Arguments
|
| Param |
Default |
Description |
| cDir |
|
A valid directory name. |
|
|
Returns
|
| TRUE if successful otherwise FALSE |
|
Description
|
| This is a handy function to create a
subdirectory with all its upper level directories created at once. |
|
Usage
|
| lSuccess := V32MakeDir( 'C:\MyFolder\Vouch32\Temp\bmps'
) |
|
Tips
|
|
|