| Allegro CL version 10.0 Unrevised from 9.0 to 10.0. 9.0 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 9.0 page.
Created 2015.5.21.
| Allegro CL version 10.0 Unrevised from 9.0 to 10.0. 9.0 version |