| Allegro CL version 8.0 Unrevised from 7.0 to 8.0. Moderate update since 8.0 release. | ||||||||||
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-2008, Franz Inc. Oakland, CA., USA. All rights reserved.
Documentation for Allegro CL version 8.0. This page was not revised from the 7.0 page.
Created 2005.12.9.
| Allegro CL version 8.0 Unrevised from 7.0 to 8.0. Moderate update since 8.0 release. | ||||||||||