| Allegro CL version 9.0 Unrevised from 8.2 to 9.0. 8.2 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-2019, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 8.2 page.
Created 2012.5.30.
| Allegro CL version 9.0 Unrevised from 8.2 to 9.0. 8.2 version |