| Allegro CL version 9.0 Unrevised from 8.2 to 9.0. 8.2 version |
Arguments: pathname
The behavior of this function depends on whether "/tmp_mnt"
appears at the beginning of pathname. If it does, this function
removes "/tmp_mnt" from the head of pathname and returns a
modified pathname object. If "/tmp_mnt" is not there, this
function returns nil
.
Therefore, the correct way to use this function is as in the following form:
(or (sys:tmp-mnt-frobber <pathname>) <pathname>)
A "/tmp_mnt" head is typically an artifact of the NFS automounter.
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 |