| Allegro CL version 9.0 Unrevised from 8.2 to 9.0. 8.2 version |
Arguments: pathname-or-string
In earlier releases, this function was exported from the
aclwin
package. Now its home package is
excl
, though it is still exported from
aclwin
for compatibility.
If pathname-or-string names an existing file or
directory, returns the values t
, and the
values returned by file-read-only-p, file-hidden-p, file-system-p, file-directory-p, file-archive-p, file-normal-p, and file-temporary-p. Otherwise returns
nil
.
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 |