DQBchDir
FUNCTION

Prototype

DECLARE SUB DQBchDir (NewDir AS STRING)

Parameters

NewDir - New directory

Returns

0 if the operation is successful, otherwise -1

Description

This function changes the current directory to the new specified one; you can also use Windows long directory names.

Notes:

The main difference between the standard QB statement CHDIR is that this function works also with Windows long filenames, while the first doesn't.