scsh-users
[Top] [All Lists]

expand-file-name

To: mb12@coconet.de
Subject: expand-file-name
From: Olin Shivers <shivers@clark.lcs.mit.edu>
Date: Fri, 4 Aug 95 12:26:59 -0400
Cc: scsh-bugs@martigny.ai.mit.edu
Reply-to: shivers@mintaka.lcs.mit.edu
   >      'double-dots (parent directory) are left alone, in case they come 
after
   >       symlinks or appear in a /../machine.. "super-root" form....'
   > 
   >    ok i thought this means that in "tmp/../tmp" they will be removed.
   > 
   > Nope -- tmp could be a symlink.
   >     -Olin

     yes, but i created "tmp" by mkdir, so i knew that it was not a symlink.
     i thought that in simplify-filename you make use of 'file-symlink?'
     and so on.

Nope. The filename procedures are pure grammar -- they are just string->string
functions. They do not reference the file system.
    -Olin

<Prev in Thread] Current Thread [Next in Thread>