THE CURRENT DIRECTORY OF THE SYSTEM OBJECT NUMBER N BECOMES THE DIRECTORY D
ACTION
The command DIR_DIALOG N,D changes the current directory of the system object number N, which becomes the directory D.
The system object is of type: OPEN_DIALOG, SAVE_DIALOG, OPEN_DIALOG_PIC, SAVE_DIALOG_PIC.
D is the absolute or relative name of the directory.
If D is a relative name, D is supposed to be a sub-directory of the current directory.
The absolute name is the entire name, related to the root of the file system (ex: "c:\temp\files\" or "c:\temp\files").
The relative name is the name of the directory related to the current directory (ex: "files").
SYNTAX:
DIR_DIALOG N,D
USE ERROR EXAMPLE
rem create an Save_Dialog
save_dialog 1
rem take as current directory the directory "c:\aaaa"
dir_dialog 1,"c:\aaaa"
DIR_DIALOG
DIR_DIALOG N,D
SEE ALSO
OPEN_DIALOG
SAVE_DIALOG
OPEN_DIALOG_PIC
SAVE_DIALOG_PIC
FILE_DIALOG
FILE_NAME$()
FILTER