Changes the current directory. Can also log a new drive.
DirChange ([d:]path)
(s)[d:] path the desired directory name with optional drive.
(i) @TRUE if directory was changed; @FALSE if path could not be found.
Use this function to change the current working directory to another directory, either on the same or a different disk drive.
DirChange("c:\") a = AskFiletext("Your CONFIG.SYS", "config.sys", @UNSORTED, @SINGLE, @FALSE) Message("Contents of selected line, if any", a)