Purpose |
|
Library | Transcribed by | Date of page | Updated on | |
|
|
|
|
|
Restrictions on use |
- |
Declare 32-bit |
|
Required Type definition |
- |
Parameters | |
|
|
Return value |
If the function succeeds, the return value is nonzero. If the function fails, the return value is zero. |
Example |
' Delete the directory stored in a variable
Dim retval As Long ' return value Dim a_dir as string ' variable to store directory 'name'
a_dir="C:\MyDocuments\Maps\TempData" |
Comments |
- |
See also |
CreateDirectoryEx(), CreateFile(), CreateDirectory() |