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