| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
Arguments: configuration
This configuration option determines the directory that will initially be shown in the file selection dialog the first time it is invoked in an IDE session. (After a file is actually selected in this dialog, the next invocation will initially show the directory of the most recently selected file, unless that is overridden by context-sensitive-default-path).
If this option is nil
(the default), then the
first invocation of the file selection dialog will show the operating
system's current directory, which may have been set by another
application or by a Windows shortcut that was used to start the
IDE. If this option is true, then the first invocation of the file
selection dialog will show the directory where Allegro is installed.
If you usually use Windows shortcuts to start the IDE, either from the
Start Menu or from desktop icons, then nil
(the default) is probably the suitable choice, because then the
initial file selection directory will reflect the "Start In" directory
of the shortcut. Multiple shortcuts can even be used to default the
file selection dialog to different directories of source code for
various applications. But if you instead usually start the IDE by
double-clicking an EXE or DXL file in the File Explorer, or by using a
custom Emacs command, then you may want to set this option to true to
prevent the file selection dialog from defaulting to an arbitrary
current directory that had been set by an unrelated application.
Copyright (c) 1998-2016, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 8.1 page.
Created 2010.1.21.
| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |