chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-users] delete-file* not working as advertised.


From: Robin Lee Powell
Subject: [Chicken-users] delete-file* not working as advertised.
Date: Mon, 15 Jan 2007 18:30:20 -0800
User-agent: Mutt/1.5.13 (2006-08-11)

This code:

(if (file-exists? file)
    (delete-file* file))

where file is a symbolic link is giving me:

    Error: (delete-file) can not delete file - Permission denied: "ltest"

Now, this system is wierd in that unlink is re-mapped, but I thought
the documentation for delete-file* was pretty clear that it
shouldn't return any errors?

-Robin

-- 
http://www.digitalkingdom.org/~rlpowell/ *** http://www.lojban.org/
Reason #237 To Learn Lojban: "Homonyms: Their Grate!"
Proud Supporter of the Singularity Institute - http://singinst.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]