

CDIR() - Change directory
| Type
| Field
| Description
|
| string
| dDirectory
| Set system pointer to directory
|
| integer
| iBasis
| Valid:
0 = don't display messagebox 1 = display messagebox |
PowerBuilder Function declaration
function int CDIR(string dDirectory, int iBasis) library "IFL16.DLL"
Visual Basic Function declaration
Declare Function CDIR lib "IFL16" (ByVal dDirectory As String, ByVal iBasis As Integer) As Integer
32 bit DLL declarations
PowerBuilder Function declaration
function int CDIR(string dDirectory, int iBasis) library "IFL32.DLL"
Visual Basic Function declaration
Declare Function CDIR lib "IFL32" (ByVal dDirectory As String, ByVal iBasis As Integer) As Integer
Example:
| dDirectory
| =
| C:\TEMP
|
|
| iBasis
| =
| 0
|
|