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