| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
Arguments: ide-configuration
Returns the value of the directory-dialog-searches-network-globally
property of
ide-configuration. The current IDE
configuration is the value of (configuration
*ide-system*)
; (see configuration and *ide-system*
).
The IDE will pass this value for the search-network-globally argument of ask-user-for-new-or-existing-directory whenever an IDE command presents the directory-selecting dialog. The value may affect performance or which machines are listed. See ask-user-for-new-or-existing-directory for details.
The value may be set by calling (setf directory-dialog-searches-network-globally). This option does not appear on the Options dialog because it is rather obscure.
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 |